summaryrefslogtreecommitdiffstats
path: root/src/test/ui/cast/cast-rfc0401.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/cast/cast-rfc0401.rs')
-rw-r--r--src/test/ui/cast/cast-rfc0401.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/ui/cast/cast-rfc0401.rs b/src/test/ui/cast/cast-rfc0401.rs
index 996fa013f..9a9875416 100644
--- a/src/test/ui/cast/cast-rfc0401.rs
+++ b/src/test/ui/cast/cast-rfc0401.rs
@@ -159,11 +159,7 @@ fn main()
assert!(foo as usize != bar as usize);
// Taking a few bits of a function's address is totally pointless and we detect that
- // Disabling the lint to ensure that the assertion can still be run
- #[allow(const_err)]
- {
- assert_eq!(foo as i16, foo as usize as i16);
- }
+ assert_eq!(foo as i16, foo as usize as i16);
// fptr-ptr-cast