You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The end-user parts, stream, Chan, Port, etc. become the new comm. The rest can hide with other runtime code (#2240) in core::rt::pipes. We maybe don't want the implementation details to have a stable interface yet.
The text was updated successfully, but these errors were encountered:
I don't think we need to move pipes to core::rt after all. Instead make it private and reexport the compiler interface under core::internal (or private or whatever it turns out to be).
brson
added a commit
to brson/rust
that referenced
this issue
Feb 22, 2013
Changes:
````
travis: temporarily disable rustfmt ci check until rust-lang#4742 is resolved
rustup rust-lang#65792
Fix ICE rust-lang#4579
Add regression test for ICE rust-lang#4579
Run update_lints for Unicode lint
Re-add false positive check
Add raw string regression test for useless_format lint
Re-factor useless_format lint
Update Unicode lint tests
[Backported] Rustup to rust-lang#59545
````
Fixes #rust-lang#65888
submodules: update clippy from 66df92a to c8e3cfb
Changes:
````
travis: temporarily disable rustfmt ci check until #4742 is resolved
rustup #65792
Fix ICE #4579
Add regression test for ICE #4579
Run update_lints for Unicode lint
Re-add false positive check
Add raw string regression test for useless_format lint
Re-factor useless_format lint
Update Unicode lint tests
[Backported] Rustup to #59545
````
Fixes#65888
r? @oli-obk@Manishearth
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The end-user parts,
stream
,Chan
,Port
, etc. become the newcomm
. The rest can hide with other runtime code (#2240) incore::rt::pipes
. We maybe don't want the implementation details to have a stable interface yet.The text was updated successfully, but these errors were encountered: