diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2023-02-27 13:07:44 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2023-03-12 13:19:46 +0000 |
| commit | dd7df04e168324fc002ab4985b6c7513f08ccf49 (patch) | |
| tree | d20567e06dfccad24f16dabddb42852a498a8c1a /compiler/rustc_codegen_gcc/example/mod_bench.rs | |
| parent | 24c0b81c1fd5de8e00276524896d3352ed91a8cb (diff) | |
| download | rust-dd7df04e168324fc002ab4985b6c7513f08ccf49.tar.gz rust-dd7df04e168324fc002ab4985b6c7513f08ccf49.zip | |
Remove uses of `box_syntax` in rustc and tools
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/mod_bench.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/example/mod_bench.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/example/mod_bench.rs b/compiler/rustc_codegen_gcc/example/mod_bench.rs index 95bcad2cd17..5e2e7f25a2c 100644 --- a/compiler/rustc_codegen_gcc/example/mod_bench.rs +++ b/compiler/rustc_codegen_gcc/example/mod_bench.rs @@ -1,4 +1,4 @@ -#![feature(start, box_syntax, core_intrinsics, lang_items)] +#![feature(start, core_intrinsics, lang_items)] #![no_std] #[link(name = "c")] |
