diff options
| author | Erik Hofmayer <ehofmayer@outlook.de> | 2020-09-23 21:51:56 +0200 |
|---|---|---|
| committer | Erik Hofmayer <ehofmayer@outlook.de> | 2020-09-23 21:51:56 +0200 |
| commit | 138a2e5eaaafeee8b981045857f9df18ef4689d5 (patch) | |
| tree | e6f0f197b7b17ce591ddb2e744f27cf9aaeae4cc /compiler/rustc_plugin_impl/src/lib.rs | |
| parent | dd66ea2d3d78727eb3d3574f4f6fbe82085d9ee2 (diff) | |
| download | rust-138a2e5eaaafeee8b981045857f9df18ef4689d5.tar.gz rust-138a2e5eaaafeee8b981045857f9df18ef4689d5.zip | |
/nightly/nightly-rustc
Diffstat (limited to 'compiler/rustc_plugin_impl/src/lib.rs')
| -rw-r--r-- | compiler/rustc_plugin_impl/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_plugin_impl/src/lib.rs b/compiler/rustc_plugin_impl/src/lib.rs index efa2f6e96f9..5bf4d300e9e 100644 --- a/compiler/rustc_plugin_impl/src/lib.rs +++ b/compiler/rustc_plugin_impl/src/lib.rs @@ -6,7 +6,7 @@ //! feature](https://doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html) //! of the Unstable Book for some examples. -#![doc(html_root_url = "https://doc.rust-lang.org/nightly-rustc/")] +#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(nll)] #![recursion_limit = "256"] |
