We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7024f7b commit 9a21e13Copy full SHA for 9a21e13
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 23deed12ce70e8defbba66a558ee4b3c840c67bf
+refs/heads/master: 5ebea76394afa5b864617889c41f3375f72e2980
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/test/run-pass/syntax-extension-source-utils-files/includeme.fragment
@@ -1,7 +1,7 @@
/* this is for run-pass/syntax-extension-source-utils.rs */
{
- assert(#file[].ends_with(~"utils-files/includeme.fragment"));
+ assert(#file[].ends_with("includeme.fragment"));
assert(#line[] == 5u);
6
#fmt["victory robot %u", #line[]]
7
}
0 commit comments