From c68996dda7771a404ce45690d0c1c02c268092a7 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 2 Jan 2020 15:57:33 +0100 Subject: [PATCH] note a FIXME --- tests/run-pass/c_enums.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,