]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/transmutability/enums/should_respect_endianness.stderr
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / ui / transmutability / enums / should_respect_endianness.stderr
index 0845a5edf32e5ceb516f8aa7763da4e2269c3106..350583b0b8515cdf63aa1eefe3947d7ee3f85f3f 100644 (file)
@@ -9,7 +9,7 @@ note: required by a bound in `is_transmutable`
   --> $DIR/should_respect_endianness.rs:14:14
    |
 LL |       pub fn is_transmutable<Src, Dst>()
-   |              --------------- required by a bound in this
+   |              --------------- required by a bound in this function
 LL |       where
 LL |           Dst: BikeshedIntrinsicFrom<Src, Context, {
    |  ______________^