#
rustc
Here are 11 public repositories matching this topic...
A guide to how rustc works and how to contribute to it.
-
Updated
Feb 26, 2021 - HTML
A simple rustc plugin to host documentation for your items in a separate file.
-
Updated
Apr 26, 2017 - Rust
A Rust crate for parsing the output from the `cargo rustc --print cfg` command
-
Updated
Nov 30, 2020 - Rust
Some rust stuff, reading through a rust tut
-
Updated
Sep 22, 2018 - Rust
Improve this page
Add a description, image, and links to the rustc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rustc topic, visit your repo's landing page and select "manage topics."
Problem
Missing a test that verifies the
AccountInfo's data length is correctly enforced to exist in RW data. The length is translated correctly but we have no way to ensure that it will continue to do so over time.https://github.com/solana-labs/solana/blob/5dceddd21d3c1cf874b003a0c25b1f21f4926614/programs/bpf/rust/ro_modify/src/lib.rs#L158
Proposed Solution
AccountInfo