We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
builtin_type_shadow.rs
1 parent 10184ec commit 0a99075Copy full SHA for 0a99075
tests/ui/builtin_type_shadow.rs
@@ -3,8 +3,7 @@
3
4
fn foo<u32>(a: u32) -> u32 {
5
//~^ builtin_type_shadow
6
- 42
7
-
+ 42 //~ ERROR: mismatched type
8
}
9
10
fn main() {}
0 commit comments