Skip to content

issues Search Results · repo:google/comprehensive-rust language:Rust

Filter by

345 results
 (79 ms)

345 results

ingoogle/comprehensive-rust (press backspace or delete to remove)

The following functions get references to a fixed-size array: https://github.com/google/comprehensive-rust/blob/301170f17eadec98bb1b5d1dc2e2a886c2ff3be8/src/references/exercise.rs#L17 https://github.com/google/comprehensive-rust/blob/301170f17eadec98bb1b5d1dc2e2a886c2ff3be8/src/references/exercise.rs#L26 ...
  • iurii-kyrylenko
  • Opened 
    yesterday
  • #2848

Thank you for this course; it s excellent. I am following the Bare Metal section but encountered some noob issues that aren t (clearly?) documented. I am following the course here rather than from the ...
  • DazWilkin
  • Opened 
    6 days ago
  • #2845

https://google.github.io/comprehensive-rust/concurrency/async/state-machine.html // Waitig for first `.await` to complete. // Waitig for second `.await` to complete. Should be: // Waiting ...
  • DazWilkin
  • 1
  • Opened 
    13 days ago
  • #2840

https://google.github.io/comprehensive-rust/concurrency/async/runtimes.html https://crates.io/crates/async-std async-std has been discontinued; use smol instead
  • DazWilkin
  • 1
  • Opened 
    13 days ago
  • #2839

Apache license is good for code, but it is not as applicable for content . A more common content license, used by Wikipedia and many others, is one of the CreativeCommons licenses. The most reliable/free ...
  • nyurik
  • Opened 
    21 days ago
  • #2830

The new deep dive #2806 has introduced a build-time warning: 2025-07-17 15:06:30 [INFO] (mdbook::renderer): Invoking the linkcheck2 renderer warning: Potential incomplete link ┌─ unsafe-deep-dive/motivations/interop.md:51:17 ...
  • timClicks
  • Opened 
    29 days ago
  • #2822

Problem For this issue, there are two types of code blocks: - Read-only ones, defined via ```rust - Editable ones, defined via ```rust,editable Read-only code blocks support the usage of # to hide ...
deep_dives/idiomatic
  • LukeMathWalker
  • 5
  • Opened 
    on Jul 7
  • #2811

When someone has their own installation of cargo-xtask installed, building the project with the vendored version triggers a deprecation warning. $ cargo xtask serve warning: user-defined alias `xtask` ...
  • timClicks
  • 6
  • Opened 
    on Jul 3
  • #2803

Perhaps this is somewhat pedantic, but I wonder whether we should be move from an unordered list of terms to a definition list for the glossary? This would be more semantically correct and would allow ...
  • timClicks
  • 1
  • Opened 
    on Jul 3
  • #2802

At the moment, each session lives in its own directory within src. As an instructor, I have found this hard to navigate. Most specifically, I ve found it hard to find the concurrency module when I ve been ...
  • timClicks
  • 3
  • Opened 
    on Jul 3
  • #2801
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub