Update fixed tests

This commit is contained in:
Jonas Schievink
2021-02-10 14:48:52 +01:00
parent e837df8479
commit 244d8e37f1
3 changed files with 21 additions and 18 deletions

View File

@@ -654,6 +654,7 @@ fn main() {
let test = "test";
//^^^^ &str
let test = InnerStruct {};
//^^^^ InnerStruct
let test = unresolved();