debug
8 warnings
Details
Results
| Message level | Amount |
|---|---|
| Internal compiler error | 0 |
| Error | 0 |
| Warning | 8 |
| Note | 0 |
| Help | 0 |
Versions
- rustc 1.85.0-beta.4 (752fecf80 2025-01-17)
- cargo 1.85.0-beta.4 (d73d2caf9 2024-12-31)
- clippy 0.1.85 (752fecf800 2025-01-17)
Annotations
Check warning on line 65 in codegen/src/impl_fillers/log.rs
github-actions / debug
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> codegen/src/impl_fillers/log.rs:65:81
|
65 | let fmt_string = format!("{}({})", &sig.ident, fmt_args.iter().map(|_| "{:?}").join(", "));
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
= note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default
Check warning on line 65 in codegen/src/impl_fillers/log.rs
github-actions / debug
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> codegen/src/impl_fillers/log.rs:65:81
|
65 | let fmt_string = format!("{}({})", &sig.ident, fmt_args.iter().map(|_| "{:?}").join(", "));
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
= note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default
Check warning on line 71 in framework/src/item_map.rs
github-actions / debug
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> framework/src/item_map.rs:71:48
|
71 | "no associated type called {ident} in trait",
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
Check warning on line 62 in framework/src/item_map.rs
github-actions / debug
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> framework/src/item_map.rs:62:52
|
62 | "no associated function called {ident} in trait",
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
Check warning on line 53 in framework/src/item_map.rs
github-actions / debug
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> framework/src/item_map.rs:53:52
|
53 | "no associated constant called {ident} in trait",
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
= note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default
Check warning on line 71 in framework/src/item_map.rs
github-actions / debug
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> framework/src/item_map.rs:71:48
|
71 | "no associated type called {ident} in trait",
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
Check warning on line 62 in framework/src/item_map.rs
github-actions / debug
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> framework/src/item_map.rs:62:52
|
62 | "no associated function called {ident} in trait",
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
Check warning on line 53 in framework/src/item_map.rs
github-actions / debug
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> framework/src/item_map.rs:53:52
|
53 | "no associated constant called {ident} in trait",
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
= note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default