diff options
Diffstat (limited to 'tests/ui/diagnostic-width/flag-human.stderr')
-rw-r--r-- | tests/ui/diagnostic-width/flag-human.stderr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/diagnostic-width/flag-human.stderr b/tests/ui/diagnostic-width/flag-human.stderr new file mode 100644 index 000000000..393dcf2b8 --- /dev/null +++ b/tests/ui/diagnostic-width/flag-human.stderr @@ -0,0 +1,11 @@ +error[E0308]: mismatched types + --> $DIR/flag-human.rs:7:17 + | +LL | ..._: () = 42; + | -- ^^ expected `()`, found integer + | | + | expected due to this + +error: aborting due to previous error + +For more information about this error, try `rustc --explain E0308`. |