Skip to content

Commit

Permalink
Implement quote! and other proc_macro API.
Browse files Browse the repository at this point in the history
  • Loading branch information
jseyfried committed Jun 26, 2017
1 parent 7d41674 commit e42836b
Show file tree
Hide file tree
Showing 34 changed files with 1,085 additions and 577 deletions.
9 changes: 0 additions & 9 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/doc/unstable-book/src/library-features/proc-macro.md
@@ -0,0 +1,7 @@
# `proc_macro`

The tracking issue for this feature is: [#38356]

[#38356]: https://github.com/rust-lang/rust/issues/38356

------------------------
1 change: 1 addition & 0 deletions src/libproc_macro/Cargo.toml
Expand Up @@ -9,3 +9,4 @@ crate-type = ["dylib"]

[dependencies]
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }

0 comments on commit e42836b

Please sign in to comment.