Skip to content

Commit

Permalink
Update src/exercises/chromium/bringing-it-together.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicole L <dlegare.1001@gmail.com>
  • Loading branch information
adetaylor and randomPoison committed Nov 21, 2023
1 parent 5e81591 commit 74eeb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercises/chromium/bringing-it-together.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Students will likely need some hints here. Hints include:
what `Pin` does, and then explain why `cxx` needs it for mutable references
to C++ data: the answer is that C++ data can't be moved around like Rust
data, because it may contain self-referential pointers.
* The C++ target containing ``ResourceBundle::MaybeMangleLocalizedString`
* The C++ target containing `ResourceBundle::MaybeMangleLocalizedString`
will need to depend on a `rust_static_library` target. The student
probably already did this.
* The `rust_static_library` target will need to depend on
Expand Down

0 comments on commit 74eeb0d

Please sign in to comment.