Handle compilation error in builtin_type_shadow.rs

This commit is contained in:
Guillaume Gomez 2025-02-12 17:21:40 +01:00
parent 10184ecbe1
commit 0a990758fb

View file

@ -3,8 +3,7 @@
fn foo<u32>(a: u32) -> u32 {
//~^ builtin_type_shadow
42
42 //~ ERROR: mismatched type
}
fn main() {}