]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/utf8_idents.rs
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / utf8_idents.rs
index e601c6e455544516948d72d06c02b909e13b9fd7..f59d5502aae30b3c98053b2e371ae910b87651a9 100644 (file)
@@ -1,9 +1,7 @@
-//
-
 fn foo<
     'β, //~ ERROR non-ascii idents are not fully supported
     γ  //~ ERROR non-ascii idents are not fully supported
-       //~^ WARN type parameter `γ` should have a camel case name
+       //~^ WARN type parameter `γ` should have an upper camel case name
 >() {}
 
 struct X {