mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
/* this is for run-pass/syntax-extension-source-utils.rs */
|
|
|
|
{
|
|
assert!(file!().ends_with("includeme.fragment"));
|
|
assert_eq!(line!(), 5u32);
|
|
format!("victory robot {}", line!())
|
|
}
|