We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clone
LazyAttrTokenStreamImpl
1 parent 3a5c4b6 commit 022582cCopy full SHA for 022582c
compiler/rustc_parse/src/parser/attr_wrapper.rs
@@ -87,7 +87,6 @@ fn has_cfg_or_cfg_attr(attrs: &[Attribute]) -> bool {
87
//
88
// This also makes `Parser` very cheap to clone, since
89
// there is no intermediate collection buffer to clone.
90
-#[derive(Clone)]
91
struct LazyAttrTokenStreamImpl {
92
start_token: (Token, Spacing),
93
cursor_snapshot: TokenCursor,
0 commit comments