You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-14 21:35:00 +02:00
7 lines
158 B
Markdown
7 lines
158 B
Markdown
![]() |
# Solution
|
||
|
|
||
|
<!-- compile_fail because `mdbook test` does not allow use of `thiserror` -->
|
||
|
```rust,editable,compile_fail
|
||
|
{{#include exercise.rs:solution}}
|
||
|
```
|