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
*[stabilize some `Result` methods as const](https://github.com/rust-lang/rust/pull/76136)
85
-
*[stabilize some `Option` methods as const](https://github.com/rust-lang/rust/pull/76135)
86
-
*[avoid useless `sift_down` when `std::collections::binary_heap::PeekMut` is never mutably dereferenced](https://github.com/rust-lang/rust/pull/75974)
*[log: implement `Log` for `Box<Log>`](https://github.com/rust-lang/log/pull/414)
89
95
90
96
## Rust Compiler Performance Triage
91
97
@@ -165,11 +171,11 @@ Email the [Rust Community Team][community] for access.
165
171
166
172
# Quote of the Week
167
173
168
-
> Sometimes you don't *want* the code to compile. The compiler's job is often to tell you that your code doesn't compile, rather than trying to find some meaning that allows compiling your code.
174
+
> Rust has a curse (it has many, but this one is critical): inefficient code is generally visible. Experienced developers hate to notice that their code is inefficient. They will recoil at seeing `Arc<RefCell<T>>` , but won't bat an eye at using Python.
169
175
170
-
-[Josh Triplett on rust-internals](https://internals.rust-lang.org/t/pre-rfc-returning-automatically-generating-impl-trait/13090/11)
176
+
-[Esteban Kuber on rust-users](https://users.rust-lang.org/t/failed-to-contribute-due-to-difficulty-in-understanding-rust/49148/6)
171
177
172
-
Thanks to [Jacob Pratt](https://users.rust-lang.org/t/twir-quote-of-the-week/328/943) for the suggestion!
178
+
Thanks to [Jon G Stødle](https://users.rust-lang.org/t/twir-quote-of-the-week/328/945) for the suggestion!
173
179
174
180
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments