]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/packed/issue-27060-2.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / packed / issue-27060-2.stderr
index 8cd2ce6f36ca631f55b4d178428ef757d581af5a..0836ceaecd1985554791cb7b1af05821c598b7cd 100644 (file)
@@ -12,7 +12,7 @@ help: consider removing the `?Sized` bound to make the type parameter `Sized`
    |
 LL - pub struct Bad<T: ?Sized> {
 LL + pub struct Bad<T> {
-   | 
+   |
 help: borrowed types always have a statically known size
    |
 LL |     data: &T,