We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a94da commit 549d94bCopy full SHA for 549d94b
tests/ui/annotate-snippet/missing-type.rs
@@ -1,5 +1,5 @@
1
//@ edition: 2015
2
-//@ compile-flags: --error-format human-annotate-rs -Z unstable-options
+//@ compile-flags: --error-format human
3
4
pub fn main() {
5
let x: Iter;
tests/ui/annotate-snippet/multiple-files.rs
//@ aux-build:other_file.rs
extern crate other_file;
tests/ui/annotate-snippet/multispan.rs
//@ proc-macro: multispan.rs
#![feature(proc_macro_hygiene)]
0 commit comments