librustc_errors: Add some more documentation
This commit is contained in:
parent
5d4aef6055
commit
e3516a128e
4 changed files with 20 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
//! Diagnostics creation and emission for rustc
|
||||
//!
|
||||
//! This module contains the code for creating and emitting diagnostics.
|
||||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
|
||||
#![allow(unused_attributes)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue