Skip to content

Commit 5d9c8c2

Browse files
authored
acpi-dumper: fix invocation of compile_error! (#229)
1 parent bc969d0 commit 5d9c8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acpi-dumper/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ fn main() {
9898

9999
#[cfg(not(target_os = "linux"))]
100100
fn main() {
101-
std::compilation_error!("acpi-dumper currently only supports linux");
101+
std::compile_error!("acpi-dumper currently only supports linux");
102102
}

0 commit comments

Comments
 (0)