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 149a875 commit 122c50aCopy full SHA for 122c50a
tests/ui/attributes/inline-main.rs
@@ -0,0 +1,6 @@
1
+//! Test that #[inline(always)] can be applied to main function
2
+
3
+//@ run-pass
4
5
+#[inline(always)]
6
+fn main() {}
tests/ui/inlined-main.rs
0 commit comments