diff options
| author | Simonas Kazlauskas <git@kazlauskas.me> | 2021-01-09 16:54:20 +0200 |
|---|---|---|
| committer | Simonas Kazlauskas <git@kazlauskas.me> | 2021-01-16 12:38:02 +0200 |
| commit | 007080b60791d9751fd298b49879fe2fe5bc4c10 (patch) | |
| tree | c6d2420d477921a253fd0272a909e8b019027d50 /src/test | |
| parent | efdb859dcdf7077cf6b8c85af0ea8820c93bcbdf (diff) | |
| download | rust-007080b60791d9751fd298b49879fe2fe5bc4c10.tar.gz rust-007080b60791d9751fd298b49879fe2fe5bc4c10.zip | |
Target stack-probe support configurable finely
This adds capability to configure the target's stack probe support in a more precise manner than just on/off. In particular now we allow choosing between always inline-asm, always call or either one of those depending on the LLVM version on a per-target basis.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/extern/extern-compare-with-return-type.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/extern/extern-compare-with-return-type.rs b/src/test/ui/extern/extern-compare-with-return-type.rs index 1ddfc77a4c4..42693d3a061 100644 --- a/src/test/ui/extern/extern-compare-with-return-type.rs +++ b/src/test/ui/extern/extern-compare-with-return-type.rs @@ -1,4 +1,5 @@ // run-pass + // Tests that we can compare various kinds of extern fn signatures. #![allow(non_camel_case_types)] |
