Skip to content

Commit

Permalink
Auto merge of #1678 - RalfJung:features, r=RalfJung
Browse files Browse the repository at this point in the history
remove some unnecessary feature gates
  • Loading branch information
bors committed Jan 16, 2021
2 parents b666a38 + 7125b86 commit 7e3af26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/compile-fail/check_arg_count_too_few_args.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(core_intrinsics)]

fn main() {
extern "C" {
fn malloc() -> *mut std::ffi::c_void;
Expand Down
2 changes: 0 additions & 2 deletions tests/compile-fail/check_arg_count_too_many_args.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(core_intrinsics)]

fn main() {
extern "C" {
fn malloc(_: i32, _: i32) -> *mut std::ffi::c_void;
Expand Down

0 comments on commit 7e3af26

Please sign in to comment.