Skip to content

libsyntax: Update abi constants. - #5637

Merged
bors merged 1 commit into
rust-lang:incomingfrom
luqmana:5423
Mar 31, 2013
Merged

libsyntax: Update abi constants.#5637
bors merged 1 commit into
rust-lang:incomingfrom
luqmana:5423

Conversation

@luqmana

Copy link
Copy Markdown
Contributor

Fixes#5423.

bors added a commit that referenced this pull request Mar 31, 2013
@borsbors closed this Mar 31, 2013
@bors
bors merged commit 02700e0 into rust-lang:incomingMar 31, 2013
@luqmana
luqmana deleted the 5423 branch March 31, 2013 06:26
tesuji pushed a commit to tesuji/rustc that referenced this pull request Jun 4, 2020
… r=yaahc,flip1995
new lint: vec_resize_to_zero
implements rust-lang#5444
changelog: new lint vec_resize_to_zero
tesuji pushed a commit to tesuji/rustc that referenced this pull request Jun 4, 2020
Rollup of 3 pull requests
Successful merges:
- rust-lang#5637 (new lint: vec_resize_to_zero)
- rust-lang#5656 (len_zero: skip ranges if feature `range_is_empty` is not enabled)
- rust-lang#5663 (add testcase that no longer ICEs)
Failed merges:
r? @ghost
changelog: rollup
calebcartwright pushed a commit to calebcartwright/rust that referenced this pull request Jun 20, 2023
* Document which comments are excluded from wrapping
Cf: rust-lang/rustfmt#5634
* Add examples in wrap_commments doc
* fix failling tests
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
5637: SSR: Matching trait associated constants, types and functions r=matklad a=davidlattimore
This fixes matching of things like `HashMap::default()` by resolving `HashMap` instead of `default` (which resolves to `Default::default`).
Same for associated constants and types that are part of a trait implementation.
However, we still don't support matching calls to trait methods.
Co-authored-by: David Lattimore <dml@google.com>
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.

3 participants

@luqmana@brson@bors