We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cc718 commit ed9b12dCopy full SHA for ed9b12d
compiler/rustc_target/src/abi/call/aarch64.rs
@@ -12,7 +12,7 @@ pub enum ParamExtension {
12
/// accommodate Apple's deviation from the usual AArch64 ABI as defined by
13
/// ARM.)
14
///
15
- /// See also: https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Pass-Arguments-to-Functions-Correctly
+ /// See also: <https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Pass-Arguments-to-Functions-Correctly>
16
ExtendTo32Bits,
17
18
/// Indicates that no sign- nor zero-extension is performed: if a value of
0 commit comments