Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//[rpass1] compile-flags: -g
//[rpass2] compile-flags: -g
//[rpass3] compile-flags: -g --remap-path-prefix={{src-base}}=/the/src
#![feature(rustc_attrs)]
#![crate_type="rlib"]
#[inline(always)]
pub fn inline_fn() {
println!("test");
}