Update tests for erasing regions in typeck
This commit is contained in:
parent
0a7f16e7d8
commit
1ee5829575
20 changed files with 110 additions and 89 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue