]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/self/elision/ref-self-async.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / self / elision / ref-self-async.rs
index 6a98b79cb3bbafeb08097042597104c997492fa2..0fbbd95c975d6afb2ea35b35033a5480eabeba99 100644 (file)
@@ -1,6 +1,7 @@
 // edition:2018
 
 #![allow(non_snake_case)]
+#![feature(arbitrary_self_types)]
 
 use std::marker::PhantomData;
 use std::ops::Deref;