You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The typed-html/macros/build.rs already performs version detection to enable some alternative codepaths on nightly. Let's also make use of proc_macro::Diagnostic::spanned on nightly, which makes it possible to use Diagnostic::note and Diagnostic::help to make some of the output clearer -- #1 (comment).
The typed-html/macros/build.rs already performs version detection to enable some alternative codepaths on nightly. Let's also make use of
proc_macro::Diagnostic::spanned
on nightly, which makes it possible to useDiagnostic::note
andDiagnostic::help
to make some of the output clearer -- #1 (comment).https://doc.rust-lang.org/nightly/proc_macro/struct.Diagnostic.html
The text was updated successfully, but these errors were encountered: