We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2834a2 + aacdfb8 commit e89c082Copy full SHA for e89c082
src/doc/book/no-stdlib.md
@@ -151,7 +151,7 @@ extern fn panic_fmt(args: &core::fmt::Arguments,
151
# fn main() {}
152
```
153
154
-Note that there is one extra lang item here which differs from the examples
+Note that there is one lang item here whose signature differs from the examples
155
above, `panic_fmt`. This must be defined by consumers of libcore because the
156
core library declares panics, but it does not define it. The `panic_fmt`
157
lang item is this crate's definition of panic, and it must be guaranteed to
0 commit comments