Skip to content

Commit b72b37d

Browse files
committed
update annotate-rs tests
1 parent 61e7af2 commit b72b37d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/ui/annotate-snippet/missing-type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ edition: 2015
2-
//@ compile-flags: --error-format human-annotate-rs -Z unstable-options
2+
//@ compile-flags: --error-format human
33

44
pub fn main() {
55
let x: Iter;

tests/ui/annotate-snippet/multiple-files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ aux-build:other_file.rs
2-
//@ compile-flags: --error-format human-annotate-rs -Z unstable-options
2+
//@ compile-flags: --error-format human
33

44
extern crate other_file;
55

tests/ui/annotate-snippet/multispan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ proc-macro: multispan.rs
2-
//@ compile-flags: --error-format human-annotate-rs -Z unstable-options
2+
//@ compile-flags: --error-format human
33

44
#![feature(proc_macro_hygiene)]
55

0 commit comments

Comments
 (0)