Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5d9c8c2

Browse files
authoredNov 20, 2024··
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

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)
Please sign in to comment.