diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-12 17:21:40 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-15 13:38:18 +0100 |
| commit | 0a990758fb4293ecadf0a5731d64ac49ebe44b78 (patch) | |
| tree | f170a3e90409547ff74d1caac82c28223c811a1b | |
| parent | 10184ecbe1f5c9036cfbe779adfd4248d070619d (diff) | |
| download | rust-0a990758fb4293ecadf0a5731d64ac49ebe44b78.tar.gz rust-0a990758fb4293ecadf0a5731d64ac49ebe44b78.zip | |
Handle compilation error in `builtin_type_shadow.rs`
| -rw-r--r-- | tests/ui/builtin_type_shadow.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/builtin_type_shadow.rs b/tests/ui/builtin_type_shadow.rs index 41d6207ea3f..31df0c21b67 100644 --- a/tests/ui/builtin_type_shadow.rs +++ b/tests/ui/builtin_type_shadow.rs @@ -3,8 +3,7 @@ fn foo<u32>(a: u32) -> u32 { //~^ builtin_type_shadow - 42 - + 42 //~ ERROR: mismatched type } fn main() {} |
