Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit 1e7289d

Browse files
committed
Merge pull request #25 from sgrif/sg-fix-build
Update for rust-lang/rust#29850
2 parents 27b1ab9 + a53aa76 commit 1e7289d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quasi/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ impl ToTokens for ast::Lit {
241241
id: ast::DUMMY_NODE_ID,
242242
node: ast::ExprLit(P(self.clone())),
243243
span: DUMMY_SP,
244+
attrs: None,
244245
}).to_tokens(cx)
245246
}
246247
}

0 commit comments

Comments
 (0)