File tree Expand file tree Collapse file tree 10 files changed +0
-15
lines changed
rustc_codegen_llvm/src/llvm Expand file tree Collapse file tree 10 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 1919#![ doc( rust_logo) ]
2020#![ feature( rustdoc_internals) ]
2121#![ feature( rustc_private) ]
22- #![ allow( broken_intra_doc_links) ]
2322#![ recursion_limit = "256" ]
2423#![ warn( rust_2018_idioms) ]
2524#![ warn( unused_lifetimes) ]
Original file line number Diff line number Diff line change 1- #![ allow( non_camel_case_types) ]
21#![ expect( dead_code) ]
32
43use libc:: { c_char, c_uint} ;
Original file line number Diff line number Diff line change 33//! This module contains the code for creating and emitting diagnostics.
44
55// tidy-alphabetical-start
6- #![ allow( incomplete_features) ]
76#![ allow( internal_features) ]
87#![ allow( rustc:: diagnostic_outside_of_impl) ]
98#![ allow( rustc:: direct_use_of_rustc_type_ir) ]
Original file line number Diff line number Diff line change 1414
1515// tidy-alphabetical-start
1616#![ allow( internal_features) ]
17- #![ allow( rustc:: diagnostic_outside_of_impl) ]
1817#![ allow( rustc:: direct_use_of_rustc_type_ir) ]
19- #![ allow( rustc:: untranslatable_diagnostic) ]
2018#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
2119#![ doc( rust_logo) ]
2220#![ feature( assert_matches) ]
Original file line number Diff line number Diff line change 1- #![ allow( rustc:: diagnostic_outside_of_impl) ]
2- #![ allow( rustc:: untranslatable_diagnostic) ]
3-
41use std:: borrow:: Cow ;
52
63use rustc_ast:: util:: unicode:: TEXT_FLOW_CONTROL_CHARS ;
Original file line number Diff line number Diff line change 1- #![ allow( rustc:: diagnostic_outside_of_impl) ]
21#![ allow( rustc:: untranslatable_diagnostic) ]
32use std:: num:: NonZero ;
43
Original file line number Diff line number Diff line change 1- #![ allow( rustc:: usage_of_ty_tykind) ]
2-
31/// This higher-order macro declares a list of types which can be allocated by `Arena`.
42///
53/// Specifying the `decode` modifier will add decode impls for `&T` and `&[T]` where `T` is the type
Original file line number Diff line number Diff line change 11//! The main parser interface.
22
33// tidy-alphabetical-start
4- #![ allow( internal_features) ]
54#![ allow( rustc:: diagnostic_outside_of_impl) ]
65#![ allow( rustc:: untranslatable_diagnostic) ]
76#![ feature( assert_matches) ]
Original file line number Diff line number Diff line change 22
33// tidy-alphabetical-start
44#![ allow( internal_features) ]
5- #![ allow( unused_parens) ]
65#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
76#![ doc( rust_logo) ]
87#![ feature( min_specialization) ]
Original file line number Diff line number Diff line change 22//! the `clean` types but with some fields removed or stringified to simplify the output and not
33//! expose unstable compiler internals.
44
5- #![ allow( rustc:: default_hash_types) ]
6-
75use rustc_abi:: ExternAbi ;
86use rustc_ast:: ast;
97use rustc_attr_data_structures:: { self as attrs, DeprecatedSince } ;
You can’t perform that action at this time.
0 commit comments