diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-09-15 12:55:18 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-09-15 13:10:12 +0300 |
| commit | 42a19dde82a55b65f18566d54dbbb033a22e08d9 (patch) | |
| tree | 7a40514695eed8799244af2e1b1e905c1348312c /src/test/ui/proc-macro/macro-namespace-reserved-2.rs | |
| parent | 8bf776d5c2fc88624d2562e493aab0d324a3b7d8 (diff) | |
| download | rust-42a19dde82a55b65f18566d54dbbb033a22e08d9.tar.gz rust-42a19dde82a55b65f18566d54dbbb033a22e08d9.zip | |
resolve: Tweak "cannot find" wording for attributes
Diffstat (limited to 'src/test/ui/proc-macro/macro-namespace-reserved-2.rs')
| -rw-r--r-- | src/test/ui/proc-macro/macro-namespace-reserved-2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/proc-macro/macro-namespace-reserved-2.rs b/src/test/ui/proc-macro/macro-namespace-reserved-2.rs index 8a26df9e76a..bc46a07dd3f 100644 --- a/src/test/ui/proc-macro/macro-namespace-reserved-2.rs +++ b/src/test/ui/proc-macro/macro-namespace-reserved-2.rs @@ -35,7 +35,7 @@ fn check_bang3() { //~| ERROR expected macro, found derive macro `crate::MyTrait` } -#[my_macro] //~ ERROR cannot find attribute macro `my_macro` in this scope +#[my_macro] //~ ERROR cannot find attribute `my_macro` in this scope #[crate::my_macro] //~ ERROR can't use a procedural macro from the same crate that defines it //~| ERROR expected attribute, found macro `crate::my_macro` fn check_attr1() {} |
