We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a733082 commit 1a4219dCopy full SHA for 1a4219d
compiler/rustc_fluent_macro/src/lib.rs
@@ -61,6 +61,10 @@ mod fluent;
61
/// );
62
/// err.emit();
63
/// ```
64
+///
65
+/// Note: any crate using this macro must also have a dependency on
66
+/// `rustc_errors`, because the generated code refers to things from that
67
+/// crate.
68
#[proc_macro]
69
pub fn fluent_messages(input: TokenStream) -> TokenStream {
70
fluent::fluent_messages(input)
0 commit comments