]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence_copy_like_err_fundamental_struct.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / coherence / coherence_copy_like_err_fundamental_struct.rs
index 22517f9da2e30ca2f90eb1d54d6b6cd87bcdd27d..edee6cd7b6cf69ab276f3a887c19b258887fe061 100644 (file)
@@ -4,9 +4,6 @@
 // aux-build:coherence_copy_like_lib.rs
 // build-pass (FIXME(62277): could be check-pass?)
 // skip-codgen
-// revisions: old re
-
-#![cfg_attr(re, feature(re_rebalance_coherence))]
 #![allow(dead_code)]
 
 extern crate coherence_copy_like_lib as lib;