blob: 54a8f1d03b02a147ae8c9361c418c91056ddb070 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
error: unexpected token: `)`
--> $DIR/issue-112458.rs:2:22
|
LL | println!("{}", x.);
| ^
error[E0425]: cannot find value `x` in this scope
--> $DIR/issue-112458.rs:2:20
|
LL | println!("{}", x.);
| ^ not found in this scope
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0425`.
|