Skip to content

Commit d4a1e64

Browse files
committed
acpi-dumper: fix invocation of compile_error!
1 parent bc969d0 commit d4a1e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acpi-dumper/src/main.rs

Lines changed: 1 addition & 1 deletion
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)