mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
remove some unnecessary feature gates
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#![feature(core_intrinsics)]
|
||||
|
||||
fn main() {
|
||||
extern "C" {
|
||||
fn malloc() -> *mut std::ffi::c_void;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#![feature(core_intrinsics)]
|
||||
|
||||
fn main() {
|
||||
extern "C" {
|
||||
fn malloc(_: i32, _: i32) -> *mut std::ffi::c_void;
|
||||
|
||||
Reference in New Issue
Block a user