rust/src/test/ui/issue-33241.stderr

12 lines
256 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
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