Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #20888 - Compiler spits out implicit conversion technobabble when a return statement doesn't match the return type of a function #20890

Merged
merged 1 commit into from
Feb 18, 2025

Fix #20888 - Compiler spits out implicit conversion technobabble when…

0e28ba2
Select commit
Loading
Failed to load commit list.
Merged

Fix #20888 - Compiler spits out implicit conversion technobabble when a return statement doesn't match the return type of a function #20890

Fix #20888 - Compiler spits out implicit conversion technobabble when…
0e28ba2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 18, 2025 in 1s

66.666% of diff hit (target 69.461%)

View this Pull Request on Codecov

66.666% of diff hit (target 69.461%)

Annotations

Check warning on line 956 in compiler/src/dmd/semantic3.d

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/src/dmd/semantic3.d#L955-L956

Added lines #L955 - L956 were not covered by tests

Check warning on line 961 in compiler/src/dmd/semantic3.d

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/src/dmd/semantic3.d#L960-L961

Added lines #L960 - L961 were not covered by tests