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