]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0393.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0393.stderr
index 7771bacc9ed935874cb8e3877a118ae9dfed3b43..8aadf5c8b47126a928f00f75307ddf6d671d71af 100644 (file)
@@ -3,7 +3,7 @@ error[E0393]: the type parameter `T` must be explicitly specified
    |
 LL | trait A<T=Self> {}
    | ------------------ type parameter `T` must be specified for this
-LL | 
+LL |
 LL | fn together_we_will_rule_the_galaxy(son: &dyn A) {}
    |                                               ^ help: set the type parameter to the desired type: `A<T>`
    |