We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bad277 commit bc58b22Copy full SHA for bc58b22
compiler/rustc_ast/src/tokenstream.rs
@@ -142,11 +142,6 @@ impl fmt::Debug for LazyAttrTokenStream {
142
143
impl<S: SpanEncoder> Encodable<S> for LazyAttrTokenStream {
144
fn encode(&self, _s: &mut S) {
145
- // FIXME(pr-time): Just a reminder that this exists/was tried out,
146
- // but probably not necessary anymore (see below).
147
- // self.to_attr_token_stream().encode(s)
148
- // We should not need to anymore, now that we `flatten`?
149
- // Yep, that seems to be true! :)
150
panic!("Attempted to encode LazyAttrTokenStream");
151
}
152
0 commit comments