Skip to content

rt/arch/arm: fix syntax used for noexec stack - #5655

Merged
bors merged 1 commit into
rust-lang:incomingfrom
thestinger:arm
Apr 1, 2013
Merged

rt/arch/arm: fix syntax used for noexec stack#5655
bors merged 1 commit into
rust-lang:incomingfrom
thestinger:arm

Conversation

@thestinger

Copy link
Copy Markdown
Contributor

Turns out @ isn't valid for the ARM assembler.

bors added a commit that referenced this pull request Apr 1, 2013
Turns out @ isn't valid for the ARM assembler.
@borsbors closed this Apr 1, 2013
@bors
bors merged commit 26fc76a into rust-lang:incomingApr 1, 2013
tesuji pushed a commit to tesuji/rustc that referenced this pull request Jun 4, 2020
cargo_dev: add ra-setup
It takes an absolute path to a rustc repo and adds path-dependencies
that point towards the respective rustc subcrates into the Cargo.tomls of
the clippy and clippy_lints crate.
This allows rustc-analyzer to show proper type annotations etc on rustc-internals inside the clippy repo.
Usage: cargo dev ra-setup /absolute/path/to/rust/
cc rust-lang/rust-analyzer#3517
cc rust-lang/rust-clippy#5514
changelog: none
calebcartwright pushed a commit to calebcartwright/rust that referenced this pull request Oct 23, 2023
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
5687: Fix document symbols order r=matklad a=magurotuna
Resolvesrust-lang#5655 And adds tests for `handle_document_symbol`, both with `hierarchical_symbols` enabled and with it disabled.
Previously document symbols were displayed in reverse order in sublime text with its LSP plugin, but this patch fixes it like this:
![image](https://user-images.githubusercontent.com/23649474/89709020-fbccce00-d9b6-11ea-83b0-c88dc9f7977f.png)
Co-authored-by: Yusuke Tanaka <yusuktan@maguro.dev>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thestinger@bors