We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6ef48 commit 22c4160Copy full SHA for 22c4160
src/tools/clippy/tests/ui/missing_panics_doc.stderr
@@ -42,7 +42,7 @@ note: first possible panic found here
42
|
43
LL | todo!()
44
| ^^^^^^^
45
- = note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
+ = note: this error originates in the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info)
46
47
error: docs for function which may panic missing `# Panics` section
48
--> $DIR/missing_panics_doc.rs:22:1
0 commit comments