blob: b50a5a25a7a4628dc110e1f273f4c60fdc49eed2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: compilation successful
--> $DIR/issue-22603.rs:21:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | println!("{:?}", Foo("bar"));
LL | | }
| |_^
error: aborting due to previous error
|