2019-04-03 19:50:28 +02:00
|
|
|
#![feature(rustc_private)]
|
2016-11-10 19:08:21 +02:00
|
|
|
|
2017-06-13 15:52:59 -07:00
|
|
|
extern crate alloc;
|
2016-08-17 21:02:53 -04:00
|
|
|
|
2017-06-13 15:52:59 -07:00
|
|
|
extern crate libc as alloc;
|
2016-08-17 21:02:53 -04:00
|
|
|
//~^ ERROR E0259
|
2016-08-05 13:17:39 +02:00
|
|
|
|
|
|
|
|
fn main() {}
|