Docs.rs
tin-0.3.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
tin 0.3.0
tin: a statically structurally typed embeddable programming language
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
bool_op_on_ints.err.txt
bool_op_on_ints.tn
call_on_non_function.err.txt
call_on_non_function.tn
closure_type_mismatch.err.txt
closure_type_mismatch.tn
constexpr_div_by_zero.err.txt
constexpr_div_by_zero.tn
div_by_zero.err.txt
div_by_zero.tn
garbage.err.txt
garbage.tn
integer_literal_overflow.err.txt
integer_literal_overflow.tn
select_on_non_record.err.txt
select_on_non_record.tn
string_literal_bad_escape_sequence.err.txt
string_literal_bad_escape_sequence.tn
string_literal_bad_unicode.err.txt
string_literal_bad_unicode.tn
string_literal_unterminated_unicode.err.txt
string_literal_unterminated_unicode.tn
string_literal_unterminated_unicode_end.err.txt
string_literal_unterminated_unicode_end.tn
1
main = || { "foo \u{ffffffff} bar \u{ffffffff} baz" };