rust/compiler/rustc_expand
Jacob Pratt e41d7e7aaf
Rollup merge of #123182 - jhpratt:fix-decodable-derive, r=davidtwco
Avoid expanding to unstable internal method

Fixes #123156

Rather than expanding to `std::rt::begin_panic`, the expansion is now to `unreachable!()`. The resulting behavior is identical. A test that previously triggered the same error as #123156 has been added to ensure it does not regress.

r? compiler
2024-04-02 20:37:40 -04:00
..
src Rollup merge of #123182 - jhpratt:fix-decodable-derive, r=davidtwco 2024-04-02 20:37:40 -04:00
Cargo.toml Remove crossbeam-channel 2024-01-07 19:16:13 -05:00
messages.ftl make "expected paren or brace" error translatable 2024-03-20 14:31:05 +02:00