Home
last modified time | relevance | path

Searched defs:RustCInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-api/src/
Dversion.rs14 pub struct RustCInfo { struct
24 pub fn read_dylib_info(dylib_path: &AbsPath) -> io::Result<RustCInfo> { in read_dylib_info()
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/
Dproc_macros.rs31 info: RustCInfo, in from_lib()