We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8d81f commit 2f51f0bCopy full SHA for 2f51f0b
compiler/rustc_ast_pretty/src/lib.rs
@@ -3,9 +3,7 @@
3
#![doc(rust_logo)]
4
#![deny(rustc::untranslatable_diagnostic)]
5
#![deny(rustc::diagnostic_outside_of_impl)]
6
-#![feature(associated_type_bounds)]
7
#![feature(box_patterns)]
8
-#![feature(with_negative_coherence)]
9
#![recursion_limit = "256"]
10
11
mod helpers;
0 commit comments