Docs.rs
syntex_errors-0.59.1
syntex_errors 0.59.1
Docs.rs crate page
MIT
/
Apache-2.0
17 June 2026
Links
Repository
crates.io
Source
Owners
github:serde-rs:owners
dtolnay
Dependencies
libc ^0.2
normal
serde ^1.0
normal
serde_derive ^1.0
normal
syntex_pos ^0.59
normal
term ^0.4
normal
unicode-xid ^0.1
normal
Versions
15.28%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
expect
syntex_
errors
0.59.1
syntex_errors
Function
expect
Copy item path
Source
pub fn expect<T, M>(diag: &
Handler
, opt:
Option
<T>, msg: M) -> T
where M:
FnOnce
() ->
String
,