Skip to content

Commit e42836b

Browse files
committed
Implement quote! and other proc_macro API.
1 parent 7d41674 commit e42836b

File tree

34 files changed

+1085
-577
lines changed

34 files changed

+1085
-577
lines changed

src/Cargo.lock

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `proc_macro`
2+
3+
The tracking issue for this feature is: [#38356]
4+
5+
[#38356]: https://github.com/rust-lang/rust/issues/38356
6+
7+
------------------------

src/libproc_macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ crate-type = ["dylib"]
99

1010
[dependencies]
1111
syntax = { path = "../libsyntax" }
12+
syntax_pos = { path = "../libsyntax_pos" }

0 commit comments

Comments
 (0)