@@ -640,7 +640,7 @@ A policy on this needs to balance
640
640
- Users wanting the latest experience, in general
641
641
- Boilerplate runs counter to experimentation and prototyping, particularly in the "no dependencies" case
642
642
- A ` cargo new --script ` (flag TBD) could help reduce writing of boilerplate.
643
- - There might not be a backing file if we read from ` stdin `
643
+ - There might not be a backing file if we read from ` stdin ` (future possibility)
644
644
645
645
** Solution: Latest as Default**
646
646
@@ -783,7 +783,7 @@ fn main() {
783
783
}
784
784
````
785
785
786
- This won't work for the ` stdin ` case.
786
+ This won't work for the ` stdin ` case (future possibility) .
787
787
788
788
> Disposition: Rejected because implicitly modifying user code, especially
789
789
> while being edited, is a poor experience.
@@ -1090,7 +1090,7 @@ Considerations
1090
1090
- There is an expectation of a reproducible Rust experience across systems with lockfiles being a key element
1091
1091
- Dropping of additional files might be frustrating for users to deal with (in
1092
1092
addition to making it harder to share it all)
1093
- - We would need a way to store the lockfile for ` stdin ` without conflicting
1093
+ - We would need to decide what to do for lockfiles and ` stdin ` (another future possibility) without conflicting
1094
1094
with parallel runs
1095
1095
- ` cargo ` already makes persisting of ` Cargo.lock ` optional for multi-file
1096
1096
packages, encouraging not persisting it in some cases
0 commit comments