]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_middle/src/ty/binding.rs
New upstream version 1.50.0+dfsg1
[rustc.git] / compiler / rustc_middle / src / ty / binding.rs
index 3237147c8ba2f589f8d4478875b88c03d2d975af..7ab192daf4b1d4ab2366c274191d608288a87640 100644 (file)
@@ -8,7 +8,7 @@ pub enum BindingMode {
     BindByValue(Mutability),
 }
 
-CloneTypeFoldableAndLiftImpls! { BindingMode, }
+TrivialTypeFoldableAndLiftImpls! { BindingMode, }
 
 impl BindingMode {
     pub fn convert(ba: BindingAnnotation) -> BindingMode {