File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/rustc_target/src/abi/call Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ pub enum PassMode {
60
60
/// attribute. The `byval` argument will use a byte array with the same size as the Rust type
61
61
/// (which ensures that padding is preserved and that we do not rely on LLVM's struct layout),
62
62
/// and will use the alignment specified in `attrs.pointee_align` (if `Some`) or the type's
63
- /// alignment, depending on the target's ABI . This means that the alignment will not always
63
+ /// alignment (if `None`) . This means that the alignment will not always
64
64
/// match the Rust type's alignment; see documentation of `make_indirect_byval` for more info.
65
65
///
66
66
/// `on_stack` cannot be true for unsized arguments, i.e., when `meta_attrs` is `Some`.
You can’t perform that action at this time.
0 commit comments