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

Misleading compiler error message when fn is not found for std::core module #1878

Open
alexveden opened this issue Jan 22, 2025 · 0 comments
Labels
Enhancement Request New feature or request

Comments

@alexveden
Copy link
Contributor

Hopefully, sometime we will get test::

So what I found, when calling wrong name (valid is test::equal):

    test::equals(1, 0);

I got:

10:     test::equals(1, 0);
        ^^^^
Error: No 'test' module was imported, did you type it right?

Expected to see something:

 Error: 'test::equals' could not be found, did you perhaps want 'test::equal?

Related to #1779

@lerno lerno added the Enhancement Request New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants