Skip to content

Commit cb4205d

Browse files
committed
oops typo (redux)
1 parent a3abbbe commit cb4205d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3791-crate-attr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ This proposal would make it easier to use external tools with [`#![register_tool
180180

181181
I would like to add an `#![edition = ...]` attribute and make `--edition` an alias for `--crate-attr=edition`. At that point the interaction between crate-attr and macros becomes more complicated. But right now there is no interaction because `--edition` must always be a flag.
182182

183-
We may want to allow [procedural macros at the crate root](https://github.com/rust-lang/rust/issues/54726). At that point we have to decide whether those macros can see `--crate-attr`. I *think* this should not be an issue because the attributes are appended, not prepended, but it needs more research.
183+
We may want to allow [procedural macros at the crate root](https://github.com/rust-lang/rust/issues/54726). At that point we have to decide whether those macros can see `--crate-attr`. I *think* this should not be an issue because the attributes are prepended, not appended, but it needs more research.

0 commit comments

Comments
 (0)