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 382c5d0 commit b71c42dCopy full SHA for b71c42d
compiler/rustc_ast/src/tokenstream.rs
@@ -141,11 +141,6 @@ impl fmt::Debug for LazyAttrTokenStream {
141
142
impl<S: SpanEncoder> Encodable<S> for LazyAttrTokenStream {
143
fn encode(&self, _s: &mut S) {
144
- // FIXME(pr-time): Just a reminder that this exists/was tried out,
145
- // but probably not necessary anymore (see below).
146
- // self.to_attr_token_stream().encode(s)
147
- // We should not need to anymore, now that we `flatten`?
148
- // Yep, that seems to be true! :)
149
panic!("Attempted to encode LazyAttrTokenStream");
150
}
151
0 commit comments