We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01652d3 commit 6893e69Copy full SHA for 6893e69
tests/ui/dist/cranelift-x86_64-unknown-linux-gnu-dist.rs
@@ -0,0 +1,11 @@
1
+// Ensure that Cranelift can be used to compile a simple program with `x86_64-unknown-linux-gnu`
2
+// dist artifacts.
3
+
4
+//@ only-dist
5
+//@ only-x86_64-unknown-linux-gnu
6
+//@ compile-flags: -Z codegen-backend=cranelift
7
+//@ run-pass
8
9
+fn main() {
10
+ println!("Hello world!");
11
+}
0 commit comments