Rollup merge of #141291 - ComputerDruid:patch-1, r=workingjubilee
link tracking issue in explicit-extern-abis.md
This commit is contained in:
commit
a4a398d18d
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue