Docs.rs
ra_ap_syntax-0.0.4
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
ra_ap_syntax 0.0.4
Comment and whitespace preserving parser for the Rust language
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
0000_struct_field_missing_comma.rast
0000_struct_field_missing_comma.rs
0001_item_recovery_in_file.rast
0001_item_recovery_in_file.rs
0002_duplicate_shebang.rast
0002_duplicate_shebang.rs
0003_C++_semicolon.rast
0003_C++_semicolon.rs
0004_use_path_bad_segment.rast
0004_use_path_bad_segment.rs
0005_attribute_recover.rast
0005_attribute_recover.rs
0006_named_field_recovery.rast
0006_named_field_recovery.rs
0007_stray_curly_in_file.rast
0007_stray_curly_in_file.rs
0008_item_block_recovery.rast
0008_item_block_recovery.rs
0009_broken_struct_type_parameter.rast
0009_broken_struct_type_parameter.rs
0010_unsafe_lambda_block.rast
0010_unsafe_lambda_block.rs
0011_extern_struct.rast
0011_extern_struct.rs
0012_broken_lambda.rast
0013_invalid_type.rast
0013_invalid_type.rs
0014_where_no_bounds.rast
0014_where_no_bounds.rs
0015_curly_in_params.rast
0015_curly_in_params.rs
0016_missing_semi.rast
0016_missing_semi.rs
0017_incomplete_binexpr.rast
0017_incomplete_binexpr.rs
0018_incomplete_fn.rast
0018_incomplete_fn.rs
0019_let_recover.rast
0019_let_recover.rs
0020_fn_recover.rast
0020_fn_recover.rs
0021_incomplete_param.rast
0021_incomplete_param.rs
0022_bad_exprs.rast
0022_bad_exprs.rs
0023_mismatched_paren.rast
0023_mismatched_paren.rs
0024_many_type_parens.rast
0024_many_type_parens.rs
0025_nope.rast
0025_nope.rs
0026_imp_recovery.rast
0026_imp_recovery.rs
0027_incomplere_where_for.rast
0027_incomplere_where_for.rs
0029_field_completion.rast
0029_field_completion.rs
0031_block_inner_attrs.rast
0031_block_inner_attrs.rs
0032_match_arms_inner_attrs.rast
0032_match_arms_inner_attrs.rs
0033_match_arms_outer_attrs.rast
0033_match_arms_outer_attrs.rs
0034_bad_box_pattern.rast
0034_bad_box_pattern.rs
0035_use_recover.rast
0035_use_recover.rs
0036_partial_use.rast
0036_partial_use.rs
0037_visibility_in_traits.rast
0037_visibility_in_traits.rs
0038_endless_inclusive_range.rast
0038_endless_inclusive_range.rs
0039_lambda_recovery.rast
0039_lambda_recovery.rs
0040_illegal_crate_kw_location.rast
0040_illegal_crate_kw_location.rs
0041_illegal_super_keyword_location.rast
0041_illegal_super_keyword_location.rs
0042_illegal_self_keyword_location.rast
0042_illegal_self_keyword_location.rs
0043_weird_blocks.rast
0043_weird_blocks.rs
0044_unexpected_for_type.rast
0044_unexpected_for_type.rs
0045_item_modifiers.rast
0045_item_modifiers.rs
1
2
unsafe
async
fn
foo
(
)
{
}
unsafe
const
fn
bar
(
)
{
}