Registry / utility / rustc-ap-rustc-index

rustc-ap-rustc-index

JSON →
library727.0.0rscratesunverified

Automatically published version of the rustc_index crate from the Rust compiler repository.

# Cargo.toml [dependencies] rustc-ap-rustc_index = "727.0.0"
INSTALL
IMPORT
SIG · RUSTC-AP-RUSTC-IND
R
rustc-ap-rustc-index
utilityrustv727.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IndexVec
use rustc_index::IndexVec;

Creates and uses an IndexVec from rustc_index.

use rustc_index::IndexVec; fn main() { let mut vec: IndexVec<u32, String> = IndexVec::new(); vec.push("hello".to_string()); println!("{:?}", vec); }
Debug
Known issues
gotchaThis is an auto-published snapshot; API may differ from the official rustc_index.
fix
Use the official `rustc_index` crate from the Rust repository if possible.
affects: *
Upgrade
Version history
727.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
rustc-ap-rustc-index — cargo add rustc-ap-rustc-index · libregistry