12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
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
|
|
|