Lines Matching full:proc
2 name = "proc-macro2"
8 documentation = "https://docs.rs/proc-macro2"
12 repository = "https://github.com/dtolnay/proc-macro2"
34 proc-macro = []
35 default = ["proc-macro"]
51 # Our doc tests depend on quote which depends on proc-macro2. Without this line,
52 # the proc-macro2 dependency of quote would be the released version of
53 # proc-macro2. Quote would implement its traits for types from that proc-macro2,
55 # proc-macro2.
58 # spuriously fail. This is because they'll be building a local proc-macro2 which
62 proc-macro2 = { path = "." }