We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5c6a2 commit fcf78bbCopy full SHA for fcf78bb
library/core/src/lib.rs
@@ -44,7 +44,7 @@
44
//! called. The `lang` attribute is called `eh_personality`.
45
46
// Since core defines many fundamental lang items, all tests live in a
47
-// separate crate, libcoretest (library/core/tests), to avoid bizarre issues.
+// separate crate, coretests (library/coretests), to avoid bizarre issues.
48
//
49
// Here we explicitly #[cfg]-out this whole crate when testing. If we don't do
50
// this, both the generated test artifact and the linked libtest (which
0 commit comments