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.
1 parent 898e478 commit 3bc5b07Copy full SHA for 3bc5b07
src/rust-2018/macros/macro-changes.md
@@ -42,7 +42,7 @@ fn main() {
42
43
This moves `macro_rules` macros to be a bit closer to other kinds of items.
44
45
-Note that you'll still need `#[macro_rules]` to use macros you've defined
+Note that you'll still need `#[macro_use]` to use macros you've defined
46
in your own crate; this feature only works for importing macros from
47
external crates.
48
0 commit comments