Add a useful comment.
This commit is contained in:
parent
a733082be9
commit
1a4219da43
@ -61,6 +61,10 @@
|
||||
/// );
|
||||
/// err.emit();
|
||||
/// ```
|
||||
///
|
||||
/// Note: any crate using this macro must also have a dependency on
|
||||
/// `rustc_errors`, because the generated code refers to things from that
|
||||
/// crate.
|
||||
#[proc_macro]
|
||||
pub fn fluent_messages(input: TokenStream) -> TokenStream {
|
||||
fluent::fluent_messages(input)
|
||||
|
Loading…
Reference in New Issue
Block a user