Skip to content

rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/ - #9151

Closed
catamorphism wants to merge 1 commit into
rust-lang:masterfrom
catamorphism:rustpkg-target-specific-subdirectory
Closed

rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/#9151
catamorphism wants to merge 1 commit into
rust-lang:masterfrom
catamorphism:rustpkg-target-specific-subdirectory

Conversation

@catamorphism

Copy link
Copy Markdown
Contributor

r? @brson As per rustpkg.md, rustpkg now builds in a target-specific
subdirectory of build/, and installs libraries into a target-specific
subdirectory of lib.

Closes#8672

As per rustpkg.md, rustpkg now builds in a target-specific
subdirectory of build/, and installs libraries into a target-specific
subdirectory of lib.
Closesrust-lang#8672
bors added a commit that referenced this pull request Sep 13, 2013
…rectory, r=brson
r? @brson As per rustpkg.md, rustpkg now builds in a target-specific
subdirectory of build/, and installs libraries into a target-specific
subdirectory of lib.
Closes#8672
@borsbors closed this Sep 13, 2013
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Aug 29, 2022
- only compare where predicates to trait bounds when generating where
clause specific message to fixrust-lang#9151
- use comparable_trait_ref to account for trait bound generics to fixrust-lang#8757
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Aug 29, 2022
…, r=flip1995
Fixes [`trait_duplication_in_bounds`] false positives
Fixesrust-lang#9076rust-lang#9151rust-lang#8757.
Partially fixesrust-lang#8771.
changelog: [`trait_duplication_in_bounds`]: Reduce number of false positives.
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.

rustpkg should put build output in a target-specific subdirectory

3 participants

@catamorphism@alexcrichton@bors