diff options
| author | kennytm <kennytm@gmail.com> | 2019-02-16 14:15:04 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2019-02-17 14:52:21 +0800 |
| commit | f8ccdeb0d42116a1bb5445860fd2a91d2493b44a (patch) | |
| tree | e71a5b269da2e592141988229a5bb7f1505c5e95 /src/test/rustdoc/structfields.rs | |
| parent | 4739cd8fea1cb3d729bb5d8899b9831424dd19d2 (diff) | |
| parent | d26475505b4c2bfc6299d3c6c38b1963c3bd86e0 (diff) | |
| download | rust-f8ccdeb0d42116a1bb5445860fd2a91d2493b44a.tar.gz rust-f8ccdeb0d42116a1bb5445860fd2a91d2493b44a.zip | |
Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=ollie27
Rustdoc remove old style files Reopening of #56577 (which I can't seem to reopen...). I made the flag unstable so with this change, what was blocking the PR is now gone I assume.
Diffstat (limited to 'src/test/rustdoc/structfields.rs')
| -rw-r--r-- | src/test/rustdoc/structfields.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/rustdoc/structfields.rs b/src/test/rustdoc/structfields.rs index 35cea8afe21..235f0e852da 100644 --- a/src/test/rustdoc/structfields.rs +++ b/src/test/rustdoc/structfields.rs @@ -1,3 +1,5 @@ +// compile-flags:-Z unstable-options --generate-redirect-pages + // @has structfields/Foo.t.html // @has - struct.Foo.html // @has structfields/struct.Foo.html |
