Skip to content

Commit fb1e93d

Browse files
committed
rust: Vendor literal parsing from syn crate
Signed-off-by: Gary Guo <[email protected]>
1 parent 4a3d644 commit fb1e93d

File tree

3 files changed

+412
-0
lines changed

3 files changed

+412
-0
lines changed

rust/macros/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
//! Crate for all kernel procedural macros.
44
mod module;
5+
mod syn;
56

67
use proc_macro::TokenStream;
78

0 commit comments

Comments
 (0)