about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-01-27 00:44:33 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-01-27 12:46:18 +0100
commit65440a3f4fe42acbe9970638b567ee3fa68d4824 (patch)
tree329daa14f291a40758e08e022d6af9feb6b2bc35 /src/test/rustdoc
parent270151bffb0be259ff20feee3801bb124c2c39ec (diff)
downloadrust-65440a3f4fe42acbe9970638b567ee3fa68d4824.tar.gz
rust-65440a3f4fe42acbe9970638b567ee3fa68d4824.zip
Make 'generate-redirect-pages' option unstable
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/issue-19190.rs2
-rw-r--r--src/test/rustdoc/structfields.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/issue-19190.rs b/src/test/rustdoc/issue-19190.rs
index e023e79fcde..c6bac51c574 100644
--- a/src/test/rustdoc/issue-19190.rs
+++ b/src/test/rustdoc/issue-19190.rs
@@ -1,4 +1,4 @@
-// compile-flags:--generate-redirect-pages
+// compile-flags:-Z unstable-options --generate-redirect-pages
 
 use std::ops::Deref;
 
diff --git a/src/test/rustdoc/structfields.rs b/src/test/rustdoc/structfields.rs
index bfe116acffc..235f0e852da 100644
--- a/src/test/rustdoc/structfields.rs
+++ b/src/test/rustdoc/structfields.rs
@@ -1,4 +1,4 @@
-// compile-flags:--generate-redirect-pages
+// compile-flags:-Z unstable-options --generate-redirect-pages
 
 // @has structfields/Foo.t.html
 // @has - struct.Foo.html