Update tests for erasing regions in typeck

This commit is contained in:
Matthew Jasper 2020-02-15 12:13:20 +00:00
parent 0a7f16e7d8
commit 1ee5829575
20 changed files with 110 additions and 89 deletions

View file

@ -14,7 +14,7 @@ LL | static BAR: _ = "test";
| ^
| |
| not allowed in type signatures
| help: replace `_` with the correct type: `&'static str`
| help: replace `_` with the correct type: `&str`
error: aborting due to 2 previous errors