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 cf862df commit 3e61d52Copy full SHA for 3e61d52
src/librustc_errors/lib.rs
@@ -4,9 +4,7 @@
4
5
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
6
#![feature(crate_visibility_modifier)]
7
-#![cfg_attr(unix, feature(libc))]
8
#![feature(nll)]
9
-#![feature(optin_builtin_traits)]
10
11
pub use emitter::ColorConfig;
12
0 commit comments