Update (by @eddyb): this also occurs with x.py test --stage 1 src/test/ui on Linux (and is responsible for several // ignore-stage1 in src/test/ui), so I'm updating the title to reflect it.
See also #59998 (comment) for more details.
Discovered at #59769 (comment): running the ui\proc-macro\invalid-punct-ident-*.rs tests on some platforms (observed on Windows and macOS but not on Linux) leads to things like
thread 'rustc' panicked at 'unsupported character `'`'`', src\libsyntax_ext\proc_macro_server.rs:315:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
being printed on stderr.
Cc @eddyb
Update (by @eddyb): this also occurs with
x.py test --stage 1 src/test/uion Linux (and is responsible for several// ignore-stage1insrc/test/ui), so I'm updating the title to reflect it.See also #59998 (comment) for more details.
Discovered at #59769 (comment): running the
ui\proc-macro\invalid-punct-ident-*.rstests on some platforms (observed on Windows and macOS but not on Linux) leads to things likebeing printed on stderr.
Cc @eddyb