diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-04-29 11:57:27 +1000 | 
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-04-30 07:10:56 +1000 | 
| commit | 298c56f4ba604d3c7025a44fe7bfe1134d6b56d6 (patch) | |
| tree | 5cdaad2eeecb5498683c6e1c575bc73a168aecdc /compiler/rustc_const_eval/messages.ftl | |
| parent | 28236ab703d21483dc818108f157fbb2da5a2802 (diff) | |
| download | rust-298c56f4ba604d3c7025a44fe7bfe1134d6b56d6.tar.gz rust-298c56f4ba604d3c7025a44fe7bfe1134d6b56d6.zip | |
Simplify `LazyAttrTokenStream`.
This commit does the following. - Changes it from `Lrc<Box<dyn ToAttrTokenStream>>` to `Lrc<LazyAttrTokenStreamInner>`. - Reworks `LazyAttrTokenStreamImpl` as `LazyAttrTokenStreamInner`, which is a two-variant enum. - Removes the `ToAttrTokenStream` trait and the two impls of it. The recursion limit must be increased in some crates otherwise rustdoc aborts.
Diffstat (limited to 'compiler/rustc_const_eval/messages.ftl')
0 files changed, 0 insertions, 0 deletions
