11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
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
|
|
|