Address review comments
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
parent
e3516a128e
commit
33137ffdd5
3 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
|||
//! Diagnostics creation and emission for rustc
|
||||
//! 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/")]
|
||||
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![allow(unused_attributes)]
|
||||
#![cfg_attr(unix, feature(libc))]
|
||||
#![feature(nll)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue