Add blank lines after module-level `//` comments.

Similar to the previous commit.
This commit is contained in:
Nicholas Nethercote 2024-06-20 06:06:53 +10:00
parent 665821cb60
commit b104fbec85
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// FIXME(@lcnr): Move this module out of `rustc_hir_analysis`.
//
// We don't do any drop checking during hir typeck.
use rustc_data_structures::fx::FxHashSet;
use rustc_errors::{codes::*, struct_span_code_err, ErrorGuaranteed};
use rustc_infer::infer::outlives::env::OutlivesEnvironment;

View File

@ -1,4 +1,5 @@
// ignore-tidy-filelength
use super::diagnostics::SnapshotParser;
use super::pat::{CommaRecoveryMode, Expected, RecoverColon, RecoverComma};
use super::ty::{AllowPlus, RecoverQPath, RecoverReturnSign};

View File

@ -1,4 +1,5 @@
// FIXME: These tests are all excellent candidates for AFL fuzz testing
use core::net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6};
use core::str::FromStr;

View File

@ -1,4 +1,5 @@
// edition:2021
use core::{
marker::PhantomPinned,
mem::{drop as stuff, transmute},

View File

@ -6,6 +6,7 @@
// See https://github.com/rust-lang/rust/issues/12459
//@ ignore-cross-compile
use run_make_support::{create_symlink, dynamic_lib_name, fs_wrapper, rustc};
fn main() {