X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_target%2Flib.rs;h=71150e74f70d45ddab3dd30cc73acac71ee4223d;hb=f8fb3efe6f072f17807967006d91e256d8fbad63;hp=a9db0254a7d1181e9942c1150eba13dd2e4a3447;hpb=eda1a7adfcf6de70afa4ca0a6f709ed0e507516a;p=rust.git diff --git a/src/librustc_target/lib.rs b/src/librustc_target/lib.rs index a9db0254a7d..71150e74f70 100644 --- a/src/librustc_target/lib.rs +++ b/src/librustc_target/lib.rs @@ -8,7 +8,6 @@ //! LLVM. #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] -#![feature(box_syntax)] #![feature(bool_to_option)] #![feature(nll)]