Lines Matching refs:error
34 //! token. These spans allow a procedural macro to display detailed error
126 //! # Spans and error reporting
129 //! compiler's error messages are displayed in user code. Consider the error the
148 //! error[E0277]: the trait bound `std::thread::Thread: HeapSize` is not satisfied
178 //! The implementation shows how to trigger custom warnings and error messages
195 //! produces maximally helpful error messages. Consider using the [`trybuild`]
199 //! mistakenly make an error no longer trigger or be less helpful than it used
346 mod error;
347 pub use crate::error::{Error, Result};
865 /// "span" of the token), possibly allowing the compiler to produce better error
908 /// any unparsed tokens at the end of the stream, an error is returned.
959 /// If present, either of these would be an error using `from_str`.
964 /// use std::error::Error;