Skip to content

Commit

Permalink
Update scarb/src/compiler/plugin/proc_macro/host.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Kowalski <mateusz.kowalski@swmansion.com>
Signed-off-by: maciektr <mtratnowiecki@gmail.com>
  • Loading branch information
maciektr and wawel37 authored Nov 28, 2024
1 parent 2bec9d3 commit f90c846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scarb/src/compiler/plugin/proc_macro/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl ProcMacroHostPlugin {
.iter()
.map(|derive| derive.expansion.name.to_string())
.join("`, `");
let note = format!("this error originates in {msg} `{derive_names}`");
let note = format!("this error originates in {msg}: `{derive_names}`");
Some(PluginGeneratedFile {
name: "proc_macro_derive".into(),
code_mappings: Vec::new(),
Expand Down

0 comments on commit f90c846

Please sign in to comment.