diff options
| author | Nika Layzell <nika@thelayzells.com> | 2021-06-28 22:30:55 -0400 |
|---|---|---|
| committer | Nika Layzell <nika@thelayzells.com> | 2022-06-26 22:20:33 -0400 |
| commit | 72bfe618fa06ba09fa898c1fd818b8d5886c6035 (patch) | |
| tree | e311d2500a3fe71085727da2c2dc5eaebc831e79 /src/test/ui | |
| parent | 3b0d4813ab461ec81eab8980bb884691c97c5a35 (diff) | |
| download | rust-72bfe618fa06ba09fa898c1fd818b8d5886c6035.tar.gz rust-72bfe618fa06ba09fa898c1fd818b8d5886c6035.zip | |
proc_macro: stop using a remote object handle for Punct
This greatly reduces round-trips to fetch relevant extra information about the token in proc macro code, and avoids RPC messages to create Punct tokens.
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/proc-macro/invalid-punct-ident-1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/proc-macro/invalid-punct-ident-1.rs b/src/test/ui/proc-macro/invalid-punct-ident-1.rs index a3133a1a790..ecbb6ebf55b 100644 --- a/src/test/ui/proc-macro/invalid-punct-ident-1.rs +++ b/src/test/ui/proc-macro/invalid-punct-ident-1.rs @@ -2,7 +2,7 @@ // rustc-env:RUST_BACKTRACE=0 // FIXME https://github.com/rust-lang/rust/issues/59998 -// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> "" +// normalize-stderr-test "thread.*panicked.*proc_macro.*lib.rs.*\n" -> "" // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> "" // normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> "" // normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> "" |
