]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/unsized/unsized-bare-typaram.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / unsized / unsized-bare-typaram.stderr
index 531e9b4c9c95533194bdb40bbbb245e58f2c400b..1eff14be8e19a4c75480542bcdc9e0b807c78487 100644 (file)
@@ -15,7 +15,7 @@ help: consider removing the `?Sized` bound to make the type parameter `Sized`
    |
 LL - fn foo<T: ?Sized>() { bar::<T>() }
 LL + fn foo<T>() { bar::<T>() }
-   | 
+   |
 
 error: aborting due to previous error