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 c6827e2 commit f9e1ff6Copy full SHA for f9e1ff6
crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/diagnostic.rs
@@ -1,3 +1,8 @@
1
+//! lib-proc-macro diagnostic
2
+//!
3
+//! Copy from <https://github.com/rust-lang/rust/blob/e45d9973b2665897a768312e971b82cc62633103/src/libproc_macro/diagnostic.rs>
4
+//! augmented with removing unstable features
5
+
6
use super::Span;
7
8
/// An enum representing a diagnostic level.
0 commit comments