We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bf688 commit 4091936Copy full SHA for 4091936
compiler/rustc_transmute/src/lib.rs
@@ -19,7 +19,7 @@ pub struct Assume {
19
pub validity: bool,
20
}
21
22
-/// Either we have an error, transmutation is allowed, or we have an optional
+/// Either transmutation is allowed, we have an error, or we have an optional
23
/// Condition that must hold.
24
#[derive(Debug, Hash, Eq, PartialEq, Clone)]
25
pub enum Answer<R> {
0 commit comments