diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-03-03 10:40:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 10:40:58 +0100 |
| commit | f71b6ebb49296bde828dafb102cf469923bc0a78 (patch) | |
| tree | 10b1825be47967f18e70bd44c577f56dbd6a1752 /tests/rustdoc-js-std/path-end-empty.js | |
| parent | 9aff9c070ae51ff50ff67781ede596109b1f6b5d (diff) | |
| parent | fb8c993e15858ff6653977355055df4c016a60d6 (diff) | |
| download | rust-f71b6ebb49296bde828dafb102cf469923bc0a78.tar.gz rust-f71b6ebb49296bde828dafb102cf469923bc0a78.zip | |
Rollup merge of #136938 - mustartt:fix-stack-protector-filecheck, r=Mark-Simulacrum
Remove `:` from `stack-protector-heuristics-effect.rs` Filecheck Pattern
With function sections, the assembly label does not necessarily end in `:`.
Remove trailing `:` to be more consistent with the rest of the existing Filecheck patterns.
```
// CHECK-LABEL: local_string_addr_taken
#[no_mangle]
pub fn local_string_addr_taken(f: fn(&String)) {
let x = String::new();
f(&x);
```
Diffstat (limited to 'tests/rustdoc-js-std/path-end-empty.js')
0 files changed, 0 insertions, 0 deletions
