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
Copy file name to clipboardExpand all lines: drafts/2019-11-05-this-week-in-rust.md
+35-33Lines changed: 35 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ If you find any errors in this week's issue, [please submit a PR](https://github
18
18
19
19
# Crate of the Week
20
20
21
-
Sadly, there was no nomination for crate of the week.
21
+
This week's crate is [displaydoc](https://github.com/yaahc/displaydoc), a procedural derive macro to implement `Display` by string-interpolating the doc comment.
22
+
23
+
Thanks to [Willi Kappler](https://users.rust-lang.org/t/crate-of-the-week/2704/652) for the suggesion!
22
24
23
25
[Submit your suggestions and votes for next week][submit_crate]!
24
26
@@ -42,35 +44,35 @@ If you are a Rust project owner and are looking for contributors, please submit
42
44
43
45
# Updates from Rust Core
44
46
45
-
347 pull requests were [merged in the last week][merged]
*[rustdoc: Stabilize `cfg(doctest)`](https://github.com/rust-lang/rust/pull/63803)
74
76
75
77
## Approved RFCs
76
78
@@ -153,11 +155,11 @@ Email the [Rust Community Team][community] for access.
153
155
154
156
# Quote of the Week
155
157
156
-
> …man, starting to dig through the source code of a really large open source program is so weird. It’s like wandering around a giant cathedral that’s being constantly renovated and repaired and maintained over the course of years by a giant team of invisible crafters and architects, who mostly communicate via notes and designs pinned to the walls in various places.
158
+
> I did manage to get this compile in the end - does anyone else find that the process of asking the question well on a public forum organizes their thoughts well enough to solve the problem?
157
159
158
-
– [icefoxen on their wiki](https://wiki.alopex.li/WhereRustcSpendsItsTime)
160
+
– [David Mason on rust-users](https://users.rust-lang.org/t/std-phantomdata-and-unused-fields-in-structs/34271/3)
159
161
160
-
Thanks to [Ralf Jung](https://users.rust-lang.org/t/twir-quote-of-the-week/328/717) for the suggestion!
162
+
Thanks to [Daniel H-M](https://users.rust-lang.org/t/twir-quote-of-the-week/328/725) for the suggestion!
161
163
162
164
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments