Rollup merge of #141291 - ComputerDruid:patch-1, r=workingjubilee

link tracking issue in explicit-extern-abis.md
This commit is contained in:
Matthias Krüger 2025-05-20 20:57:29 +02:00 committed by GitHub
commit a4a398d18d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# `explicit_extern_abis`
The tracking issue for this feature is: #134986
The tracking issue for this feature is: [#134986]
------
@ -21,3 +21,5 @@ extern "C" fn function2() {} // compiles
extern "aapcs" fn function3() {} // compiles
```
[#134986]: https://github.com/rust-lang/rust/issues/134986