We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
symbols
1 parent ce1a813 commit 1a53e93Copy full SHA for 1a53e93
compiler/rustc_macros/src/lib.rs
@@ -13,19 +13,13 @@ mod newtype;
13
mod query;
14
mod serialize;
15
mod session_diagnostic;
16
-mod symbols;
17
mod type_foldable;
18
19
#[proc_macro]
20
pub fn rustc_queries(input: TokenStream) -> TokenStream {
21
query::rustc_queries(input)
22
}
23
24
-#[proc_macro]
25
-pub fn symbols(input: TokenStream) -> TokenStream {
26
- symbols::symbols(input.into()).into()
27
-}
28
-
29
/// Creates a struct type `S` that can be used as an index with
30
/// `IndexVec` and so on.
31
///
compiler/rustc_macros/src/symbols.rs
compiler/rustc_macros/src/symbols/tests.rs
0 commit comments