We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[rustc_coinductive]
1 parent b7749af commit d8bf76bCopy full SHA for d8bf76b
core/src/marker.rs
@@ -97,6 +97,7 @@ unsafe impl<T: Sync + ?Sized> Send for &T {}
97
#[fundamental] // for Default, for example, which requires that `[T]: !Default` be evaluatable
98
#[rustc_specialization_trait]
99
#[rustc_deny_explicit_impl]
100
+#[cfg_attr(not(bootstrap), rustc_coinductive)]
101
pub trait Sized {
102
// Empty.
103
}
0 commit comments