Update the binary_asm_label
message
The link pointed to a closed issue. Create a new one and point the link to it. Also add a help message to hint what change the user could make. Fixes: https://github.com/rust-lang/rust/issues/127821
This commit is contained in:
parent
9387a7523e
commit
8410348b1c
3 changed files with 21 additions and 8 deletions
|
@ -2066,7 +2066,9 @@ pub enum InvalidAsmLabel {
|
|||
missing_precise_span: bool,
|
||||
},
|
||||
#[diag(lint_invalid_asm_label_binary)]
|
||||
#[note]
|
||||
#[help]
|
||||
#[note(lint_note1)]
|
||||
#[note(lint_note2)]
|
||||
Binary {
|
||||
#[note(lint_invalid_asm_label_no_span)]
|
||||
missing_precise_span: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue