diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-10-01 13:31:42 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-10-01 13:31:42 +0800 |
| commit | ec893d1a646bc0a1e09511ca80d71141da3b6997 (patch) | |
| tree | 1389cb2f07d05c0c58ec8a46f341407bcc60dce3 /tests/ui/proc-macro/expand-expr.rs | |
| parent | fa3155a644dd62e865825087b403646be01d4cef (diff) | |
| download | rust-ec893d1a646bc0a1e09511ca80d71141da3b6997.tar.gz rust-ec893d1a646bc0a1e09511ca80d71141da3b6997.zip | |
tests: remove `no-remap-src-base`
Previously in the `//`-compiletest-directive times, this was implemented as a special `no-*` directive parsing. In the migration from `//` -> `//@`, the `// no-remap-src-base` directive was lost, most likely because it had no effect -- the default is not remapping `src-base`. So remove occurrences of `no-remap-src-base`, as these are not valid directives.
Diffstat (limited to 'tests/ui/proc-macro/expand-expr.rs')
| -rw-r--r-- | tests/ui/proc-macro/expand-expr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/expand-expr.rs b/tests/ui/proc-macro/expand-expr.rs index 1e058abe3bc..c3dddd8e459 100644 --- a/tests/ui/proc-macro/expand-expr.rs +++ b/tests/ui/proc-macro/expand-expr.rs @@ -1,6 +1,6 @@ //@ proc-macro: expand-expr.rs //@ ignore-backends: gcc -// no-remap-src-base: check_expand_expr_file!() fails when enabled. +// No `remap-src-base`, since `check_expand_expr_file!()` fails when enabled. #![feature(concat_bytes)] extern crate expand_expr; |
