We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77c20c commit c3cc972Copy full SHA for c3cc972
compiler/stable_mir/src/target.rs
@@ -14,7 +14,7 @@ impl MachineInfo {
14
with(|cx| cx.target_info())
15
}
16
17
- pub fn target_endianess() -> Endian {
+ pub fn target_endianness() -> Endian {
18
with(|cx| cx.target_info().endian)
19
20
0 commit comments