|
| 1 | +error: cannot find macro `in_mod` in this scope |
| 2 | + --> $DIR/key-value-expansion-scope.rs:2:10 |
| 3 | + | |
| 4 | +LL | #![doc = in_mod!()] |
| 5 | + | ^^^^^^ |
| 6 | + | |
| 7 | + = help: have you added the `#[macro_use]` on the module/import? |
| 8 | + |
| 9 | +error: cannot find macro `in_block` in this scope |
| 10 | + --> $DIR/key-value-expansion-scope.rs:4:10 |
| 11 | + | |
| 12 | +LL | #![doc = in_block!()] |
| 13 | + | ^^^^^^^^ |
| 14 | + | |
| 15 | + = help: have you added the `#[macro_use]` on the module/import? |
| 16 | + |
| 17 | +error: cannot find macro `in_root` in this scope |
| 18 | + --> $DIR/key-value-expansion-scope.rs:6:9 |
| 19 | + | |
| 20 | +LL | #[doc = in_root!()] |
| 21 | + | ^^^^^^^ |
| 22 | + | |
| 23 | + = help: have you added the `#[macro_use]` on the module/import? |
| 24 | + |
| 25 | +error: cannot find macro `in_mod` in this scope |
| 26 | + --> $DIR/key-value-expansion-scope.rs:7:9 |
| 27 | + | |
| 28 | +LL | #[doc = in_mod!()] |
| 29 | + | ^^^^^^ |
| 30 | + | |
| 31 | + = help: have you added the `#[macro_use]` on the module/import? |
| 32 | + |
| 33 | +error: cannot find macro `in_mod_escape` in this scope |
| 34 | + --> $DIR/key-value-expansion-scope.rs:8:9 |
| 35 | + | |
| 36 | +LL | #[doc = in_mod_escape!()] |
| 37 | + | ^^^^^^^^^^^^^ |
| 38 | + | |
| 39 | + = help: have you added the `#[macro_use]` on the module/import? |
| 40 | + |
| 41 | +error: cannot find macro `in_block` in this scope |
| 42 | + --> $DIR/key-value-expansion-scope.rs:9:9 |
| 43 | + | |
| 44 | +LL | #[doc = in_block!()] |
| 45 | + | ^^^^^^^^ |
| 46 | + | |
| 47 | + = help: have you added the `#[macro_use]` on the module/import? |
| 48 | + |
| 49 | +error: cannot find macro `in_root` in this scope |
| 50 | + --> $DIR/key-value-expansion-scope.rs:11:14 |
| 51 | + | |
| 52 | +LL | #![doc = in_root!()] |
| 53 | + | ^^^^^^^ |
| 54 | + | |
| 55 | + = help: have you added the `#[macro_use]` on the module/import? |
| 56 | + |
| 57 | +error: cannot find macro `in_mod` in this scope |
| 58 | + --> $DIR/key-value-expansion-scope.rs:12:14 |
| 59 | + | |
| 60 | +LL | #![doc = in_mod!()] |
| 61 | + | ^^^^^^ |
| 62 | + | |
| 63 | + = help: have you added the `#[macro_use]` on the module/import? |
| 64 | + |
| 65 | +error: cannot find macro `in_mod_escape` in this scope |
| 66 | + --> $DIR/key-value-expansion-scope.rs:13:14 |
| 67 | + | |
| 68 | +LL | #![doc = in_mod_escape!()] |
| 69 | + | ^^^^^^^^^^^^^ |
| 70 | + | |
| 71 | + = help: have you added the `#[macro_use]` on the module/import? |
| 72 | + |
| 73 | +error: cannot find macro `in_block` in this scope |
| 74 | + --> $DIR/key-value-expansion-scope.rs:14:14 |
| 75 | + | |
| 76 | +LL | #![doc = in_block!()] |
| 77 | + | ^^^^^^^^ |
| 78 | + | |
| 79 | + = help: have you added the `#[macro_use]` on the module/import? |
| 80 | + |
| 81 | +error: cannot find macro `in_block` in this scope |
| 82 | + --> $DIR/key-value-expansion-scope.rs:43:14 |
| 83 | + | |
| 84 | +LL | #![doc = in_block!()] |
| 85 | + | ^^^^^^^^ |
| 86 | + | |
| 87 | + = help: have you added the `#[macro_use]` on the module/import? |
| 88 | + |
| 89 | +error: cannot find macro `in_mod` in this scope |
| 90 | + --> $DIR/key-value-expansion-scope.rs:54:9 |
| 91 | + | |
| 92 | +LL | #[doc = in_mod!()] |
| 93 | + | ^^^^^^ |
| 94 | + | |
| 95 | + = help: have you added the `#[macro_use]` on the module/import? |
| 96 | + |
| 97 | +error: cannot find macro `in_block` in this scope |
| 98 | + --> $DIR/key-value-expansion-scope.rs:56:9 |
| 99 | + | |
| 100 | +LL | #[doc = in_block!()] |
| 101 | + | ^^^^^^^^ |
| 102 | + | |
| 103 | + = help: have you added the `#[macro_use]` on the module/import? |
| 104 | + |
| 105 | +error: cannot find macro `in_mod` in this scope |
| 106 | + --> $DIR/key-value-expansion-scope.rs:59:14 |
| 107 | + | |
| 108 | +LL | #![doc = in_mod!()] |
| 109 | + | ^^^^^^ |
| 110 | + | |
| 111 | + = help: have you added the `#[macro_use]` on the module/import? |
| 112 | + |
| 113 | +error: cannot find macro `in_block` in this scope |
| 114 | + --> $DIR/key-value-expansion-scope.rs:61:14 |
| 115 | + | |
| 116 | +LL | #![doc = in_block!()] |
| 117 | + | ^^^^^^^^ |
| 118 | + | |
| 119 | + = help: have you added the `#[macro_use]` on the module/import? |
| 120 | + |
| 121 | +error: aborting due to 15 previous errors |
| 122 | + |
0 commit comments