diff --git a/tests/run-pass/c_enums.rs b/tests/run-pass/c_enums.rs index 5c2cecb330..84c33ca032 100644 --- a/tests/run-pass/c_enums.rs +++ b/tests/run-pass/c_enums.rs @@ -1,4 +1,4 @@ -#![allow(const_err)] // don't warn about truncating casts +#![allow(const_err)] // don't warn about truncating casts. FIXME: remove this, the error shouldn't even be shown enum Foo { Bar = 42,