Skip to content

Commit abde93f

Browse files
committed
Be explicit that open questions are deferred out
1 parent 8bd7fbc commit abde93f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

text/0000-packages-as-optional-namespaces.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,11 @@ Python has a similar coupling of top-level namespaces and modules with the files
214214

215215
# Unresolved questions
216216

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
221222

222223
# Future possibilities
223224

0 commit comments

Comments
 (0)