Skip to content

Commit

Permalink
Deploying to gh-pages from @ 15bb527 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
damoasda committed Mar 10, 2024
1 parent 15a6e50 commit c212a2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ch13-02-iterators.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h3 id="verwendung-von-funktionsabschlüssen-die-ihre-umgebung-erfassen"><a clas
aufgenommen.</p>
<p>Im Codeblock 13-16 benutzen wir <code>filter</code> mit einem Funktionsabschluss, der die
Variable <code>shoe_size</code> aus seiner Umgebung erfasst, um über eine Kollektion von
<code>shoe</code>-Strukturinstanzen zu iterieren. Er wird nur Schuhe (shoes) einer
<code>Shoe</code>-Strukturinstanzen zu iterieren. Er wird nur Schuhe (shoes) einer
bestimmten Größe zurückgeben.</p>
<p><span class="filename">Dateiname: src/lib.rs</span></p>
<pre><code class="language-rust noplayground">#[derive(PartialEq, Debug)]
Expand Down
2 changes: 1 addition & 1 deletion ch16-03-shared-state.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h4 id="mehrfacheigentum-mit-mehreren-strängen"><a class="header" href="#mehrfa
11 | let handle = thread::spawn(move || {
| ^^^^^^^
note: required by a bound in `spawn`
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/thread/mod.rs:678:1
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43beef/library/std/src/thread/mod.rs:678:1

For more information about this error, try `rustc --explain E0277`.
error: could not compile `shared-state` (bin "shared-state") due to 1 previous error
Expand Down
4 changes: 2 additions & 2 deletions ch20-03-graceful-shutdown-and-cleanup.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h3 id="implementieren-des-merkmals-drop-auf-threadpool"><a class="header" href=
| move occurs because `worker.thread` has type `JoinHandle&lt;()&gt;`, which does not implement the `Copy` trait
|
note: `JoinHandle::&lt;T&gt;::join` takes ownership of the receiver `self`, which moves `worker.thread`
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/thread/mod.rs:1649:17
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43be/library/std/src/thread/mod.rs:1649:17

For more information about this error, try `rustc --explain E0507`.
error: could not compile `hello` (lib) due to 1 previous error
Expand Down Expand Up @@ -392,7 +392,7 @@ <h3 id="implementieren-des-merkmals-drop-auf-threadpool"><a class="header" href=
| ^^^^ method not found in `Option&lt;JoinHandle&lt;()&gt;&gt;`
|
note: the method `join` exists on the type `JoinHandle&lt;()&gt;`
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/thread/mod.rs:1649:5
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43be/library/std/src/thread/mod.rs:1649:5
help: consider using `Option::expect` to unwrap the `JoinHandle&lt;()&gt;` value, panicking if the value is an `Option::None`
|
52 | worker.thread.expect("REASON").join().unwrap();
Expand Down
8 changes: 4 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -16655,7 +16655,7 @@ <h3 id="verwendung-von-funktionsabschlüssen-die-ihre-umgebung-erfassen"><a clas
aufgenommen.</p>
<p>Im Codeblock 13-16 benutzen wir <code>filter</code> mit einem Funktionsabschluss, der die
Variable <code>shoe_size</code> aus seiner Umgebung erfasst, um über eine Kollektion von
<code>shoe</code>-Strukturinstanzen zu iterieren. Er wird nur Schuhe (shoes) einer
<code>Shoe</code>-Strukturinstanzen zu iterieren. Er wird nur Schuhe (shoes) einer
bestimmten Größe zurückgeben.</p>
<p><span class="filename">Dateiname: src/lib.rs</span></p>
<pre><code class="language-rust noplayground">#[derive(PartialEq, Debug)]
Expand Down Expand Up @@ -21496,7 +21496,7 @@ <h4 id="mehrfacheigentum-mit-mehreren-strängen"><a class="header" href="#mehrfa
11 | let handle = thread::spawn(move || {
| ^^^^^^^
note: required by a bound in `spawn`
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/thread/mod.rs:678:1
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43beef/library/std/src/thread/mod.rs:678:1

For more information about this error, try `rustc --explain E0277`.
error: could not compile `shared-state` (bin "shared-state") due to 1 previous error
Expand Down Expand Up @@ -28636,7 +28636,7 @@ <h3 id="implementieren-des-merkmals-drop-auf-threadpool"><a class="header" href=
| move occurs because `worker.thread` has type `JoinHandle&lt;()&gt;`, which does not implement the `Copy` trait
|
note: `JoinHandle::&lt;T&gt;::join` takes ownership of the receiver `self`, which moves `worker.thread`
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/thread/mod.rs:1649:17
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43be/library/std/src/thread/mod.rs:1649:17

For more information about this error, try `rustc --explain E0507`.
error: could not compile `hello` (lib) due to 1 previous error
Expand Down Expand Up @@ -28743,7 +28743,7 @@ <h3 id="implementieren-des-merkmals-drop-auf-threadpool"><a class="header" href=
| ^^^^ method not found in `Option&lt;JoinHandle&lt;()&gt;&gt;`
|
note: the method `join` exists on the type `JoinHandle&lt;()&gt;`
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/thread/mod.rs:1649:5
--&gt; /rustc/07dca489ac2d933c78d3c5158e3f43be/library/std/src/thread/mod.rs:1649:5
help: consider using `Option::expect` to unwrap the `JoinHandle&lt;()&gt;` value, panicking if the value is an `Option::None`
|
52 | worker.thread.expect("REASON").join().unwrap();
Expand Down

0 comments on commit c212a2f

Please sign in to comment.