We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbecc0 commit 0d0d9cdCopy full SHA for 0d0d9cd
src/test/rustdoc/intra-doc/prim-self.rs
@@ -1,13 +1,12 @@
1
#![deny(rustdoc::broken_intra_doc_links)]
2
#![rustc_coherence_is_core]
3
#![allow(incomplete_features)] // inherent_associated_types
4
-#![feature(lang_items)]
+#![feature(rustc_attrs)]
5
#![feature(no_core)]
6
#![feature(rustdoc_internals)]
7
#![feature(inherent_associated_types)]
8
#![no_core]
9
10
-#[lang = "usize"]
11
/// [Self::f]
12
/// [Self::MAX]
13
// @has prim_self/primitive.usize.html
0 commit comments