You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #152200 - jieyouxu:rollup-UNFpgZy, r=jieyouxu
Rollup of 4 pull requests
Successful merges:
- #152174 (stdarch subtree update)
- #151278 (Provide more context on trait bounds being unmet due to imperfect derive)
- #151955 (escape symbol names in global asm)
- #152194 (Remove the 4 failing tests from rustdoc-gui)
Failed merges:
- #152191 (Convert to inline diagnostics in `rustc_hir_analysis`)
the trait `Copy` cannot be implemented for this type; the type has a destructor
144
144
.label = `Copy` not allowed on types with destructors
145
+
.note = destructor declared here
145
146
146
147
hir_analysis_cross_crate_traits = cross-crate traits with a default impl, like `{$traits}`, can only be implemented for a struct/enum type, not `{$self_ty}`
147
148
.label = can't implement cross-crate trait with a default impl for non-struct/enum type
0 commit comments