]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2632-const-trait-impl/const_closures/gate.rs
attempt to make a minimal example work
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / const_closures / gate.rs
index 89551121ad24ccac97a23b6e6fd7ad37eb669976..f2cd26c91b64076da72c486b3acdd3819ee77f0d 100644 (file)
@@ -1,3 +1,4 @@
+// gate-test-const_closures
 fn main() {
     (const || {})();
     //~^ ERROR: const closures are experimental