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

4 lines
60 B
Rust
Raw Normal View History

2016-11-23 13:35:07 +13:00
pub fn hello(x: isize) {
println!("macro {} :-(", x);
}