]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rustfmt/tests/target/issue_4943.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / tests / target / issue_4943.rs
index 318f7ebed6e064ada327a9791caa7e106bf89109..bc8f1a366da29d75c30ab1ee13af05d1d2ff30ee 100644 (file)
@@ -1,5 +1,3 @@
-#![feature(generic_associated_types)]
-
 impl SomeStruct {
     fn process<T>(v: T) -> <Self as GAT>::R<T>
     where