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.
1 parent ee0e00a commit fa22dafCopy full SHA for fa22daf
core/src/marker.rs
@@ -324,7 +324,7 @@ pub trait StructuralEq {
324
/// attempt to derive a `Copy` implementation, we'll get an error:
325
///
326
/// ```text
327
-/// the trait `Copy` may not be implemented for this type; field `points` does not implement `Copy`
+/// the trait `Copy` cannot be implemented for this type; field `points` does not implement `Copy`
328
/// ```
329
330
/// Shared references (`&T`) are also `Copy`, so a type can be `Copy`, even when it holds
0 commit comments