File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,11 @@ Python has a similar coupling of top-level namespaces and modules with the files
214
214
215
215
# Unresolved questions
216
216
217
- - How exactly should the Cargo.toml ` lib.name ` key work in this world, and how does that integrate with ` --extern ` and ` -L ` and sysroots?
218
- - Should we allow renames like ` "foo::bar" = { package = "foo_bar", version = "1.0" } ` in Cargo.toml?
219
- - How precisely should this be represented in the index trie?
220
- - How we should name the ` .crate ` file / download URL
217
+ Deferred to tracking issue to be resolved pre-stabilization:
218
+ - How exactly should the Cargo.toml ` lib.name ` key work in this world, and how does that integrate with ` --extern ` and ` -L ` and sysroots?
219
+ - Should we allow renames like ` "foo::bar" = { package = "foo_bar", version = "1.0" } ` in Cargo.toml?
220
+ - How precisely should this be represented in the index trie?
221
+ - How we should name the ` .crate ` file / download URL
221
222
222
223
# Future possibilities
223
224
You can’t perform that action at this time.
0 commit comments