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 c0c5269 commit f2b22a1Copy full SHA for f2b22a1
src/libproc_macro/lib.rs
@@ -66,14 +66,14 @@ pub struct LexError {
66
_inner: (),
67
}
68
69
-#[stable(feature = "proc_macro_lib", since = "1.15.0")]
+#[stable(feature = "proc_macro_lexerror_impls", since = "1.44.0")]
70
impl fmt::Display for LexError {
71
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
72
f.write_str("lex error")
73
74
75
76
77
impl error::Error for LexError {}
78
79
#[stable(feature = "proc_macro_lib", since = "1.15.0")]
0 commit comments