Skip to content

Commit a52f15b

Browse files
committed
RFC 2282 is Cargo Profile Dependencies
1 parent e3f0e86 commit a52f15b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

text/0000-profile-dependencies.md renamed to text/2282-profile-dependencies.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: profile_dependencies
22
- Start Date: 2018-01-08
3-
- RFC PR: (leave this empty)
4-
- Rust Issue: (leave this empty)
3+
- RFC PR: [rust-lang/rfcs#2282](https://github.com/rust-lang/rfcs/pull/2282)
4+
- Rust Issue: [rust-lang/rust#48683](https://github.com/rust-lang/rust/issues/48683)
55

66

77
# Summary
@@ -139,7 +139,6 @@ community needs the ability to override profiles.
139139
[unresolved]: #unresolved-questions
140140

141141
- Bikeshedding the naming of the keys
142-
- The priority order when doing resolution
143142
- The current proposal provides a way to say "special-case all build dependencies, even if they are regular dependencies as well",
144143
but not "special-case all build-only dependencies" (which can be solved with a `!build_override` thing, but that's weird and unweildy)
145144
- It would be nice to have a way for crates to _declare_ that they use a particular

0 commit comments

Comments
 (0)