diff options
Diffstat (limited to 'tests/run-make-fulldeps/mismatching-target-triples/foo.rs')
-rw-r--r-- | tests/run-make-fulldeps/mismatching-target-triples/foo.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/mismatching-target-triples/foo.rs b/tests/run-make-fulldeps/mismatching-target-triples/foo.rs new file mode 100644 index 000000000..6fa054914 --- /dev/null +++ b/tests/run-make-fulldeps/mismatching-target-triples/foo.rs @@ -0,0 +1,3 @@ +#![feature(no_core)] +#![no_core] +#![crate_type = "lib"] |