2018-12-22 10:54:38 +01:00
|
|
|
#![feature(compiler_builtins, staged_api)]
|
2018-12-14 13:58:33 +01:00
|
|
|
#![compiler_builtins]
|
|
|
|
#![no_std]
|
2018-12-22 10:54:38 +01:00
|
|
|
|
|
|
|
#![unstable(
|
|
|
|
feature = "compiler_builtins_lib",
|
|
|
|
reason = "Compiler builtins. Will never become stable.",
|
|
|
|
issue = "0"
|
|
|
|
)]
|