]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/or-patterns/exhaustiveness-unreachable-pattern.stderr
Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitor
[rust.git] / src / test / ui / or-patterns / exhaustiveness-unreachable-pattern.stderr
index a84681e0056f01e0eda5ab3ee44feedb4dc8162f..3f7d47dcb8ceb2ef307ed919d80d9a59d46e5691 100644 (file)
@@ -140,7 +140,7 @@ LL |             (true
 LL |         (true | false, None | Some(t_or_f!())) => {}
    |                                    --------- in this macro invocation
    |
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `t_or_f` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: unreachable pattern
   --> $DIR/exhaustiveness-unreachable-pattern.rs:116:14