rust/tests/ui/short-error-format.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
216 B
Plaintext
Raw Normal View History

2018-12-25 15:56:47 +00:00
$DIR/short-error-format.rs:6:9: error[E0308]: mismatched types
$DIR/short-error-format.rs:8:7: error[E0599]: no method named `salut` found for type `u32` in the current scope
2017-09-16 17:24:08 +00:00
error: aborting due to 2 previous errors