We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38dbcb2 commit 04d5772Copy full SHA for 04d5772
src/test/run-make/rustdoc-default-impl/foo.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+#![feature(optin_builtin_traits)]
12
+
13
pub mod bar {
14
use std::marker;
15
0 commit comments