librustc_errors: Add some more documentation

This commit is contained in:
Philipp Hansch 2019-06-09 12:04:40 +02:00
parent 5d4aef6055
commit e3516a128e
No known key found for this signature in database
GPG key ID: 82AA61CAA11397E6
4 changed files with 20 additions and 3 deletions

View file

@ -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)]