Home
last modified time | relevance | path

Searched refs:note_without_error (Results 1 – 15 of 15) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dweak_lang_items.rs70 …tcx.sess.note_without_error("Use `#![feature(default_alloc_error_handler)]` for a default error ha… in verify()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/back/
H A Dlink.rs930 sess.note_without_error("`link.exe` returned an unexpected error"); in link_natively()
933 sess.note_without_error( in link_natively()
937 sess.note_without_error( in link_natively()
943 sess.note_without_error( in link_natively()
949 sess.note_without_error( in link_natively()
985 sess.note_without_error( in link_natively()
989 sess.note_without_error( in link_natively()
1327 sess.note_without_error( in print_native_static_libs()
1333 sess.note_without_error(&format!("native-static-libs: {}", &lib_args.join(" "))); in print_native_static_libs()
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/
H A Deval.rs332 tcx.sess.note_without_error("pass `-Zmiri-ignore-leaks` to disable this check"); in eval_entry()
340 tcx.sess.note_without_error("pass `-Zmiri-ignore-leaks` to disable this check"); in eval_entry()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dmod.rs929 handler.note_without_error("the compiler expectedly panicked. this is a feature."); in fatally_break_rust()
930 handler.note_without_error( in fatally_break_rust()
934 handler.note_without_error(&format!( in fatally_break_rust()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/src/
H A Ddriver.rs194 handler.note_without_error(note); in report_clippy_ice()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_session/src/
H A Dsession.rs464 pub fn note_without_error(&self, msg: &str) { in note_without_error() method
465 self.diagnostic().note_without_error(msg) in note_without_error()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-722.0.0/src/
H A Dsession.rs517 pub fn note_without_error(&self, msg: &str) { in note_without_error() method
518 self.diagnostic().note_without_error(msg) in note_without_error()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-718.0.0/src/
H A Dsession.rs524 pub fn note_without_error(&self, msg: &str) { in note_without_error() method
525 self.diagnostic().note_without_error(msg) in note_without_error()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_session/src/
H A Dsession.rs517 pub fn note_without_error(&self, msg: &str) { in note_without_error() method
518 self.diagnostic().note_without_error(msg) in note_without_error()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-718.0.0/src/
H A Dlib.rs707 pub fn note_without_error(&self, msg: &str) { in note_without_error() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-722.0.0/src/
H A Dlib.rs710 pub fn note_without_error(&self, msg: &str) { in note_without_error() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_errors/src/
H A Dlib.rs710 pub fn note_without_error(&self, msg: &str) { in note_without_error() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Dlib.rs861 pub fn note_without_error(&self, msg: &str) { in note_without_error() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/back/
H A Dwrite.rs339 diag_handler.note_without_error(&format!( in diagnostic_handler()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_driver/src/
H A Dlib.rs1228 handler.note_without_error(note); in report_ice()