feat: warn when payable fallback function found but no receive function #765
ci.yml
on: pull_request
Matrix: test
features
3m 45s
clippy
1m 58s
docs
2m 4s
fmt
9s
deny
/
cargo deny check
17s
ci success
2s
Annotations
21 errors
|
|
Unmatched diagnostics outside the testfile:
tests/ui/parser/payable_fallback_without_receive.sol#L1
Warn: contract has a payable fallback function, but no receive ether function
Warn: contract has a payable fallback function, but no receive ether function
Warn: 2 warnings emitted
|
test ubuntu-latest stable
Process completed with exit code 100.
|
|
|
Unmatched diagnostics outside the testfile:
tests/ui/parser/payable_fallback_without_receive.sol#L1
Warn: contract has a payable fallback function, but no receive ether function
Warn: contract has a payable fallback function, but no receive ether function
Warn: 2 warnings emitted
|
test ubuntu-latest 1.83
Process completed with exit code 100.
|
|
|
Unmatched diagnostics outside the testfile:
tests/ui/parser/payable_fallback_without_receive.sol#L1
Warn: contract has a payable fallback function, but no receive ether function
Warn: contract has a payable fallback function, but no receive ether function
Warn: 2 warnings emitted
|
test macos-latest stable
Process completed with exit code 100.
|
|
|
Unmatched diagnostics outside the testfile:
tests/ui/parser/payable_fallback_without_receive.sol#L1
Warn: contract has a payable fallback function, but no receive ether function
Warn: contract has a payable fallback function, but no receive ether function
Warn: 2 warnings emitted
|
test ubuntu-latest nightly
Process completed with exit code 100.
|
|
|
Unmatched diagnostics outside the testfile:
tests/ui/parser/payable_fallback_without_receive.sol#L1
Warn: contract has a payable fallback function, but no receive ether function
Warn: contract has a payable fallback function, but no receive ether function
Warn: 2 warnings emitted
|
test windows-latest stable
Process completed with exit code 1.
|
ci success
Process completed with exit code 1.
|