mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Mark foo
as explicitly inline.
This commit is contained in:
parent
d223ba6233
commit
4c779d75bf
@ -1,5 +1,6 @@
|
||||
//@ compile-flags:-O
|
||||
|
||||
#[inline]
|
||||
fn foo() {}
|
||||
|
||||
pub static ADDR: fn() = foo;
|
||||
|
Loading…
Reference in New Issue
Block a user