]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/methods/method-on-ambiguous-numeric-type.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / methods / method-on-ambiguous-numeric-type.stderr
index 09978b35f7e8a10df591bb901aeef37ea8e9ff62..0af58bc61f49ea88416d71682d3c51229927efe8 100644 (file)
@@ -46,6 +46,7 @@ LL |     bar.pow(2);
    |         ^^^
    |
 help: you must specify a type for this binding, like `i32`
+  --> $DIR/auxiliary/macro-in-other-crate.rs:3:29
    |
 LL |     ($ident:ident) => { let $ident: i32 = 42; }
    |                             ~~~~~~~~~~~