about summary refs log tree commit diff
path: root/src/test/ui/annotate-snippet/multispan.rs
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-02-28 13:24:46 -0500
committerJoshua Nelson <jyn514@gmail.com>2021-06-06 00:44:54 -0400
commit1cdc81bdc109dab9a71108201a0e8edf24efeafa (patch)
tree553d7ca320c09c6b0962769437e123d0f911292b /src/test/ui/annotate-snippet/multispan.rs
parent34b9932f5c0f519d6b9b9f95f21723142c5dc877 (diff)
downloadrust-1cdc81bdc109dab9a71108201a0e8edf24efeafa.tar.gz
rust-1cdc81bdc109dab9a71108201a0e8edf24efeafa.zip
Don't pass -Z unstable-options by default for UI tests
- Pass it explicitly where appropriate
- Update stderr files and warnings; it turns that unstable-options has
  far-reaching effects on diagnostics.
Diffstat (limited to 'src/test/ui/annotate-snippet/multispan.rs')
-rw-r--r--src/test/ui/annotate-snippet/multispan.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/annotate-snippet/multispan.rs b/src/test/ui/annotate-snippet/multispan.rs
index 325252d7716..69d7e1a9d11 100644
--- a/src/test/ui/annotate-snippet/multispan.rs
+++ b/src/test/ui/annotate-snippet/multispan.rs
@@ -1,5 +1,5 @@
 // aux-build:multispan.rs
-// compile-flags: --error-format human-annotate-rs
+// compile-flags: --error-format human-annotate-rs -Z unstable-options
 
 #![feature(proc_macro_hygiene)]