]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issue-33525.stderr
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / ui / issue-33525.stderr
1 error[E0425]: cannot find value `a` in this scope
2 --> $DIR/issue-33525.rs:12:5
3 |
4 12 | a;
5 | ^ not found in this scope
6
7 error[E0609]: no field `lorem` on type `&'static str`
8 --> $DIR/issue-33525.rs:13:8
9 |
10 13 | "".lorem;
11 | ^^^^^
12
13 error[E0609]: no field `ipsum` on type `&'static str`
14 --> $DIR/issue-33525.rs:14:8
15 |
16 14 | "".ipsum;
17 | ^^^^^
18
19 error: aborting due to 3 previous errors
20