]> git.lizzy.rs Git - rust.git/commitdiff
note a FIXME
authorRalf Jung <post@ralfj.de>
Thu, 2 Jan 2020 14:57:33 +0000 (15:57 +0100)
committerRalf Jung <post@ralfj.de>
Thu, 2 Jan 2020 14:57:33 +0000 (15:57 +0100)
tests/run-pass/c_enums.rs

index 5c2cecb33002500a5dc805ffaecb15da9bf4d60d..84c33ca0323f44c3e9a46e910c455ac9d9544e33 100644 (file)
@@ -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,