Skip to content

Commit 7e3af26

Browse files
committed
Auto merge of #1678 - RalfJung:features, r=RalfJung
remove some unnecessary feature gates
2 parents b666a38 + 7125b86 commit 7e3af26

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/compile-fail/check_arg_count_too_few_args.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(core_intrinsics)]
2-
31
fn main() {
42
extern "C" {
53
fn malloc() -> *mut std::ffi::c_void;

tests/compile-fail/check_arg_count_too_many_args.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(core_intrinsics)]
2-
31
fn main() {
42
extern "C" {
53
fn malloc(_: i32, _: i32) -> *mut std::ffi::c_void;

0 commit comments

Comments
 (0)