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.
2 parents 8712e45 + 49e8eb9 commit 2e161bcCopy full SHA for 2e161bc
tests/ui/dist/cranelift-x86_64-unknown-linux-gnu-dist.rs
@@ -0,0 +1,10 @@
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
8
+fn main() {
9
+ println!("Hello world!");
10
+}
0 commit comments