Home
last modified time | relevance | path

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

/third_party/rust/rust/src/librustdoc/html/
Dlayout.rs59 pub(crate) rustdoc_version: &'a str, field
74 let rustdoc_version = rustc_interface::util::version_str!().unwrap_or("unknown version"); in render() localVariable