Add new error-format value to use annotate-snippet output
This commit is contained in:
parent
3f727aeeb7
commit
c04a2ccb35
3 changed files with 40 additions and 14 deletions
5
src/test/ui/annotate-snippet/missing-type.rs
Normal file
5
src/test/ui/annotate-snippet/missing-type.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// compile-flags: --error-format human-annotate-rs
|
||||
|
||||
pub fn main() {
|
||||
let x: Iter;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue