mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
![]() |
/* this is for run-pass/syntax-extension-source-utils.rs */
|
||
|
|
||
|
{
|
||
|
assert(#file[].ends_with("utils-files/includeme.fragment"));
|
||
|
assert(#line[] == 5u);
|
||
|
#fmt["victory robot %u", #line[]]
|
||
|
}
|