From 96ec9e7f0a52d1b73d91789258a03b2cbec737bc Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Thu, 29 Nov 2018 20:50:19 +0100 Subject: [PATCH] rfc, cfg-path-version: consider attributes & macros. --- text/0000-cfg-path-version.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/text/0000-cfg-path-version.md b/text/0000-cfg-path-version.md index a23d388c1..a9682d718 100644 --- a/text/0000-cfg-path-version.md +++ b/text/0000-cfg-path-version.md @@ -291,6 +291,10 @@ fn do_stuff() { } ``` +Finally, bang macros, derive macros, attributes of all sorts including +built-in, user provided, as well as latent derive helper attributes, +will be considered when determining if a path is accessible. + ## `cfg_attr` and `cfg!` Note that the above sections also apply to the attribute `#[cfg_attr(..)]` as