Add new error-format value to use annotate-snippet output

This commit is contained in:
Philipp Hansch 2019-05-31 21:15:59 +02:00
parent 3f727aeeb7
commit c04a2ccb35
No known key found for this signature in database
GPG key ID: 82AA61CAA11397E6
3 changed files with 40 additions and 14 deletions

View file

@ -0,0 +1,5 @@
// compile-flags: --error-format human-annotate-rs
pub fn main() {
let x: Iter;
}