Lines Matching refs:note
97 Diagnostic::note(),
284 "note: required because it appears within the type `Port<()>`".to_owned(),
285 "note: required because it appears within the type `main::Foo`".to_owned(),
286 "note: required because it appears within the type `[closure@no_send_res_ports.rs:29:19: 33:6 x:main::Foo]`".to_owned(),
318 Diagnostic::note().with_message("a message"),
342 Diagnostic::error().with_message("a message").with_notes(vec!["a note".to_owned()]),
343 Diagnostic::warning().with_message("a message").with_notes(vec!["a note".to_owned()]),
344 Diagnostic::note().with_message("a message").with_notes(vec!["a note".to_owned()]),
345 Diagnostic::help().with_message("a message").with_notes(vec!["a note".to_owned()]),
370 Diagnostic::note().with_message("a message").with_code("N0815"),
374 Diagnostic::note().with_message("where did my errorcode go?").with_code(""),
395 Diagnostic::note()
398 Diagnostic::note()
401 Diagnostic::note()
404 Diagnostic::note()
891 Diagnostic::note()
897 Diagnostic::note()
903 Diagnostic::note()
1020 "note:\texpected type `()`\n\tfound type `{integer}`".to_owned()