We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23de295 commit 5a4df4bCopy full SHA for 5a4df4b
proc_macro/Cargo.toml
@@ -5,3 +5,7 @@ edition = "2021"
5
6
[dependencies]
7
std = { path = "../std" }
8
+# Workaround: when documenting this crate rustdoc will try to load crate named
9
+# `core` when resolving doc links. Without this line a different `core` will be
10
+# loaded from sysroot causing duplicate lang items and other similar errors.
11
+core = { path = "../core" }
0 commit comments