We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138a2e5 commit 764967aCopy full SHA for 764967a
compiler/rustc_ast/src/lib.rs
@@ -4,7 +4,10 @@
4
//!
5
//! This API is completely unstable and subject to change.
6
7
-#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/", test(attr(deny(warnings))))]
+#![doc(
8
+ html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
9
+ test(attr(deny(warnings)))
10
+)]
11
#![feature(box_syntax)]
12
#![feature(const_fn)] // For the `transmute` in `P::new`
13
#![feature(const_fn_transmute)]
0 commit comments