Lines Matching refs:note
48 /// Attach a "help" note to your main message, the note will have it's own span on nightly.
55 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
58 /// Attach a note to your main message, the note will have it's own span on nightly.
65 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
128 /// Attach a "help" note to your main message, the note will have it's own span on nightly.
132 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
143 /// Attach a "help" note to your main message.
149 /// Attach a note to your main message, the note will have it's own span on nightly.
153 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
164 /// Attach a note to your main message
165 pub fn note(mut self, msg: String) -> Self {
209 _ => self.note(msg),
244 for (kind, note, _span) in suggestions {
248 ensure_lf(&mut message, note);
284 SuggestionKind::Note => "note",