2022-02-13 19:56:35 -08:00
|
|
|
[unstable]
|
|
|
|
build-std = ["core", "compiler_builtins"]
|
|
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
|
2019-07-09 18:44:49 -07:00
|
|
|
[build]
|
2022-02-13 19:56:35 -08:00
|
|
|
target = "x86_64_target.json"
|
|
|
|
|
2022-02-20 02:01:45 -08:00
|
|
|
# Facilitates running tests with qemu
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
|
|
runner = "bootimage runner"
|