Docs.rs
solang-parser-0.2.1
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
solang-parser 0.2.1
Solang Solidity Parser
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
circular_reference1functions_first.sol
circular_referencecontracts_first.sol
free_call_via_contract_type.sol
free_constructor.sol
free_different_integer_types.sol
free_fallback.sol
free_function_modifier.sol
free_function_namesake_different_parameter_types.sol
free_function_qualified_modifier.sol
free_function_shadowing.sol
free_function_visibility.sol
free_function_without_body.sol
free_functions.sol
free_identical.sol
free_identical_multiple.sol
free_mutability.sol
free_namesake_contract_function.sol
free_overload.sol
free_override.sol
free_payable.sol
free_receive.sol
free_redefinition.sol
free_storage.sol
free_virtual.sol
function_same_name_as_contract.sol
function_using_struct_after_contract.sol
gas_value.sol
illegal_names.sol
qualified_struct_access.sol
struct_after_function.sol
super_in_free_function.sol
this_in_free_function.sol
1
2
3
function f(); // ---- // TypeError 4668: (0-13): Free functions must be implemented.