Skip to content

Rustpkg: ignoring tests on i686, reorganizing test files - #6519

Closed
catamorphism wants to merge 2 commits into
rust-lang:incomingfrom
catamorphism:rustpkg
Closed

Rustpkg: ignoring tests on i686, reorganizing test files#6519
catamorphism wants to merge 2 commits into
rust-lang:incomingfrom
catamorphism:rustpkg

Conversation

@catamorphism

Copy link
Copy Markdown
Contributor

No description provided.

@borsbors closed this May 16, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 30, 2021
New lint: redundant_slicing
changelog: Added lint: `redundant_slicing`
fixesrust-lang#6519
This will trigger on any type which implements `Index<RangeFull>` that returns the input type. This would be a false positive if the implementation does something other than return itself, but I'm not sure why you would ever want to do that.
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
6519: Add "Open Cargo.toml" action r=matklad a=p3achyjr
## What is it?
This adds an "open cargo.toml" action from the vscode shell, resolvesrust-lang#6462 ## Test
Ran ```cargo xtask install --server``` and ```cargo xtask install --client```, then ```Developer: Reload Window```.
![image](https://user-images.githubusercontent.com/8763808/98614382-2a578f00-22ad-11eb-9811-4a72a54ff6fb.png)
When clicked:
![image](https://user-images.githubusercontent.com/8763808/98618176-77d7fa00-22b5-11eb-8788-35256542f3a6.png)
Co-authored-by: Anatol Liu <axlui@anatols-mbp.lan>
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

@catamorphism@bors