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.
diagnostic::on_unimplemented
1 parent 3aefdd2 commit 3dbf315Copy full SHA for 3dbf315
core/src/marker.rs
@@ -19,6 +19,9 @@ use crate::fmt::Debug;
19
use crate::hash::{Hash, Hasher};
20
use crate::pin::UnsafePinned;
21
22
+// NOTE: for consistent error messages between `core` and `minicore`, all `diagnostic` attributes
23
+// should be replicated exactly in `minicore` (if `minicore` defines the item).
24
+
25
/// Implements a given marker trait for multiple types at the same time.
26
///
27
/// The basic syntax looks like this:
0 commit comments