]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/early_buffered_lints.rs
bump smallvec to 1.0
[rust.git] / src / libsyntax / early_buffered_lints.rs
index 36c1da2929975a3ec15ac7f4efbd58a7d0a16a99..5cc953b9066282400bd11c5493f90c1bf4a0873b 100644 (file)
@@ -11,6 +11,7 @@
 pub enum BufferedEarlyLintId {
     IllFormedAttributeInput,
     MetaVariableMisuse,
+    IncompleteInclude,
 }
 
 /// Stores buffered lint info which can later be passed to `librustc`.