]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/macros/issue-61053-missing-repetition.stderr
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / macros / issue-61053-missing-repetition.stderr
index 6f89e276c169f14d239a2cf0dd096c91add4eb2c..738f711f04e138ee1f2abf9b9e81f9566979fb54 100644 (file)
@@ -6,7 +6,7 @@ LL |     ($( $i:ident = $($j:ident),+ );*) => { $( $i = $j; )* };
    |                                |
    |                                expected repetition
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/issue-61053-missing-repetition.rs:1:9
    |
 LL | #![deny(meta_variable_misuse)]