Files
rust/tests/ui/diagnostic-flags/error-format-short.stderr

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

4 lines
276 B
Plaintext
Raw Normal View History

2025-07-01 19:28:38 +05:00
$DIR/error-format-short.rs:9:9: error[E0308]: mismatched types: expected `u32`, found `String`
$DIR/error-format-short.rs:11:7: error[E0599]: no method named `salut` found for type `u32` in the current scope: method not found in `u32`
2017-09-16 19:24:08 +02:00
error: aborting due to 2 previous errors