Skip to content

Commit 96ec9e7

Browse files
committed
rfc, cfg-path-version: consider attributes & macros.
1 parent e0de3bb commit 96ec9e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/0000-cfg-path-version.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ fn do_stuff() {
291291
}
292292
```
293293

294+
Finally, bang macros, derive macros, attributes of all sorts including
295+
built-in, user provided, as well as latent derive helper attributes,
296+
will be considered when determining if a path is accessible.
297+
294298
## `cfg_attr` and `cfg!`
295299

296300
Note that the above sections also apply to the attribute `#[cfg_attr(..)]` as

0 commit comments

Comments
 (0)