We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c61c00 commit 220f3abCopy full SHA for 220f3ab
compiler/rustc_span/src/lib.rs
@@ -33,6 +33,9 @@
33
#![feature(rustdoc_internals)]
34
// tidy-alphabetical-end
35
36
+// The code produced by the `Encodable`/`Decodable` derive macros refer to
37
+// `rustc_span::Span{Encoder,Decoder}`. That's fine outside this crate, but doesn't work inside
38
+// this crate without this line making `rustc_span` available.
39
extern crate self as rustc_span;
40
41
#[macro_use]
0 commit comments