]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/keyword/keyword-self-as-identifier.rs
Removed feature gate.
[rust.git] / src / test / ui / keyword / keyword-self-as-identifier.rs
index ad5b8fb64342d0aa469250f99c62101a2f24531f..b50fc68bed6be587c24f1d525165931dfd543fb6 100644 (file)
@@ -10,5 +10,4 @@
 
 fn main() {
     let Self = 22; //~ ERROR cannot find unit struct/variant or constant `Self` in this scope
-        //~^ ERROR `Self` struct constructors are unstable (see issue #51994)
 }