Skip to content

Commit a54794e

Browse files
authored
Update "Solutions" in Rust-in-Chromium guide. (#2946)
Previously the guide only listed a series of abandoned patches for the solutions for this part of the guide. However, we've moved some of these exercises into the Chromium tree as standalone build targets to make it more convenient for Rust learners. So, let's make sure they're linked in this guide.
1 parent 10de002 commit a54794e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/exercises/chromium/solutions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
Solutions to the Chromium exercises can be found in [this series of CLs][0].
44

5+
Or, if you'd prefer "standalone" solutions that don't require applying patchsets
6+
or integration with core Chromium code, you can find them in the
7+
[`//chromium/src/codelabs/rust` subdirectory in Chromium][1].
8+
59
[0]: https://chromium-review.googlesource.com/c/chromium/src/+/5096560
10+
[1]: https://source.chromium.org/chromium/chromium/src/+/main:codelabs/rust/

0 commit comments

Comments
 (0)