Skip to content

Commit f9e1ff6

Browse files
committed
Add doc comment
1 parent c6827e2 commit f9e1ff6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/diagnostic.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
use super::Span;
27

38
/// An enum representing a diagnostic level.

0 commit comments

Comments
 (0)