blob: 1b6577dc41f06e49d701886b5bc8ca31fcf40854 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: compilation successful
--> $DIR/issue-33241.rs:20:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | let t: &(u8, fmt::Debug) = any();
LL | | println!("{:?}", &t.1);
LL | | }
| |_^
error: aborting due to previous error
|