blob: 1b6577dc41f06e49d701886b5bc8ca31fcf40854 [file] [log] [blame]
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