We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc969d0 commit 5d9c8c2Copy full SHA for 5d9c8c2
acpi-dumper/src/main.rs
@@ -98,5 +98,5 @@ fn main() {
98
99
#[cfg(not(target_os = "linux"))]
100
fn main() {
101
- std::compilation_error!("acpi-dumper currently only supports linux");
+ std::compile_error!("acpi-dumper currently only supports linux");
102
}
0 commit comments