1
Fork 0

Move debuginfo docs from doc.rs module to doc.md file

And use `#[doc = include_str!("doc.md")]` in `mod.rs` so the docs are
rendered as if they were inline in the root module.
This commit is contained in:
Camelid 2021-03-20 14:23:38 -07:00
parent 61edfd591c
commit a2e9374048
4 changed files with 181 additions and 181 deletions

View file

@ -1,5 +1,4 @@
// See doc.rs for documentation.
mod doc;
#![doc = include_str!("doc.md")]
use rustc_codegen_ssa::mir::debuginfo::VariableKind::*;