We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
GitPod doesn't seem to process the popups formatting correctly:
I assume that this should be formatted alike:
expected identifier, found "fibonnaci-kreyren"
"fibonnaci-kreyren"
The text was updated successfully, but these errors were encountered:
This is likley an issue with the extension, also, as far as I know that is not how you do things in rust try
use fibonnaci-kreyren;
instead of a string literal
Sorry, something went wrong.
@akosyakov Can you take a look at this?
instead of a string literal -- @JesterOrNot
That is a syntax error made to present this issue i am aware of it breaking the build.
To clarify this issue is about formatting of popups on gitpod since it outputs `something` instead of something
something
This seems to be resolved now:
No branches or pull requests
GitPod doesn't seem to process the popups formatting correctly:

I assume that this should be formatted alike:
expected identifier, found
"fibonnaci-kreyren"
The text was updated successfully, but these errors were encountered: