rust/tests/ui/macros/syntax-extension-source-utils-files/includeme.fragment

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

8 lines
191 B
Plaintext
Raw Normal View History

/* this is for run-pass/syntax-extension-source-utils.rs */
{
2013-03-28 20:39:09 -05:00
assert!(file!().ends_with("includeme.fragment"));
assert_eq!(line!(), 5u32);
2013-09-29 21:23:57 -05:00
format!("victory robot {}", line!())
}