Skip to content

Commit c66632d

Browse files
committed
fix: Small tweaks
1 parent 423a195 commit c66632d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

text/0000-cargo-script.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ This similarly makes it easier to share code samples with coworkers or in books
6161

6262
**Interoperability:**
6363

64-
One angle to look at including something is if there is a single obvious
65-
solution. While there isn't in the case for single-file packages, there is enough of
64+
One angle to look at proposals is if there is a single obvious
65+
solution. While this isn't the case for single-file packages, there is enough of
6666
a subset of one. By standardizing that subset, we allow greater
6767
interoperability between solutions (e.g.
6868
[playground could gain support](https://users.rust-lang.org/t/call-for-contributors-to-the-rust-playground-for-upcoming-features/87110/14?u=epage)
@@ -511,6 +511,9 @@ How to keep build-times down for the best exploratory experience?
511511
- e.g. using a central `CARGO_TARGET_DIR`
512512
- e.g. locking to similar dependencies across scripts for reusing more of the cache in `CARGO_TARGET_DIR``
513513

514+
How the default `RUST_BACKTRACE` setting affects the use cases for single-file
515+
packages if working around it is worth it?
516+
514517
Whether single-file packages should be run within the
515518
environment (`.cargo/config.toml`, `rust-toolchain.toml`) of
516519
the current working directory (like `cargo run`) or a fixed
@@ -557,6 +560,11 @@ Smaller questions include:
557560
- Whether single-file packages need a distinct file extension or not?
558561
- What, if any, file associations should be registered on Windows?
559562

563+
Potential answers to these questions were intentionally left out to help focus
564+
the conversation on the proposed experiment. For a previous enumeration of
565+
potential answers to these questions, see the [Pre-RFC on
566+
Internals](https://internals.rust-lang.org/t/pre-rfc-cargo-script-for-everyone/18639).
567+
560568
# Future possibilities
561569
[future-possibilities]: #future-possibilities
562570

0 commit comments

Comments
 (0)