Skip to content

Commit

Permalink
acpi-dumper: fix invocation of compile_error! (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhades authored Nov 20, 2024
1 parent bc969d0 commit 5d9c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acpi-dumper/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ fn main() {

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

0 comments on commit 5d9c8c2

Please sign in to comment.