Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
82 B
Rust
Raw Normal View History

2016-08-30 13:13:37 +02:00
#[inline()] //~ ERROR E0534
pub fn something() {}
2017-10-30 18:19:31 +01:00
fn main() {
something();
}