Skip to content

A bundle of default method fixes and related changes - #7471

Closed
msullivan wants to merge 10 commits into
rust-lang:masterfrom
msullivan:default-methods
Closed

A bundle of default method fixes and related changes#7471
msullivan wants to merge 10 commits into
rust-lang:masterfrom
msullivan:default-methods

Conversation

@msullivan

Copy link
Copy Markdown
Contributor

This fixes a bunch of default method bugs and restructures how vtable resolutions are represented.

(It also adds a depth counter to llvm::type_to_str as a hacky work around for our circular llvm types. This is related in the sense that I needed to do it to make debug tracing not cause rustc to crash after running out of stack space.)

bors added a commit that referenced this pull request Jun 29, 2013
This fixes a bunch of default method bugs and restructures how vtable resolutions are represented.
(It also adds a depth counter to llvm::type_to_str as a hacky work around for our circular llvm types. This is related in the sense that I needed to do it to make debug tracing not cause rustc to crash after running out of stack space.)
@borsbors closed this Jun 29, 2013
@Aatch

Copy link
Copy Markdown
Contributor

\o/

flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 19, 2021
Fix ICE in redundant_pattern_matching
Fixesrust-lang#7410
changelog: Fix ICE in `redundant_pattern_matching` in `no_std` crates.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 19, 2021
Rustup
r? `@ghost`
Out of cycle sync for 2 ICE fixesrust-lang#7470rust-lang#7471rust-lang#7473
changelog: none
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7471: Force XCode version r=lnicola a=lnicola
Pin an Xcode version in the release workflow to avoid:
```
Run SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version) cargo xtask dist
xcodebuild: error: SDK "macosx11.0" cannot be located.
xcodebuild: error: SDK "macosx11.0" cannot be located.
xcrun: error: unable to lookup item 'Path' in SDK 'macosx11.0'
xcodebuild: error: SDK "macosx11.0" cannot be located.
xcodebuild: error: SDK "macosx11.0" cannot be located.
xcrun: error: unable to lookup item 'PlatformVersion' in SDK 'macosx11.0'
```
Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
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.

4 participants

@msullivan@Aatch@graydon@bors