File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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> {
348348 "Directory to persist doctest executables into" ,
349349 "PATH" )
350350 } ) ,
351- stable ( "generate-redirect-pages" , |o| {
351+ unstable ( "generate-redirect-pages" , |o| {
352352 o. optflag( "" ,
353353 "generate-redirect-pages" ,
354354 "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
22
33use std:: ops:: Deref ;
44
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
22
33// @has structfields/Foo.t.html
44// @has - struct.Foo.html
You can’t perform that action at this time.
0 commit comments