#![warn(builtin_type_shadow)] fn foo(a: u32) -> u32 { 42 // ^ rustc's type error } fn main() { }