File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ fn opts() -> Vec<RustcOptGroup> {
348
348
"Directory to persist doctest executables into" ,
349
349
"PATH" )
350
350
} ) ,
351
- stable ( "generate-redirect-pages" , |o| {
351
+ unstable ( "generate-redirect-pages" , |o| {
352
352
o. optflag( "" ,
353
353
"generate-redirect-pages" ,
354
354
"Generate extra pages to support legacy URLs and tool links" )
Original file line number Diff line number Diff line change 1
- // compile-flags:--generate-redirect-pages
1
+ // compile-flags:-Z unstable-options - -generate-redirect-pages
2
2
3
3
use std:: ops:: Deref ;
4
4
Original file line number Diff line number Diff line change 1
- // compile-flags:--generate-redirect-pages
1
+ // compile-flags:-Z unstable-options - -generate-redirect-pages
2
2
3
3
// @has structfields/Foo.t.html
4
4
// @has - struct.Foo.html
You can’t perform that action at this time.
0 commit comments