We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In rust-lang/rust#49779 (comment) the output contains
[00:42:57] .................................................................................................... ant evaluation error","code":{"code":"const_err","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/const-eval/issue-43197.rs","byte_start":715,"byte_end":716,"line_start":22,"line_end":22,"column_start":26,"column_end":27,"is_primary":true,"text":[{"text":" println!(\"{} {}\", X, Y);","highlight_start":26,"highlight_end":27}],"label":"referenced constant has errors","suggested_replacement":null,"expansion":null}],"children":[],"rendered":"warning: constant evaluation error\n --> /checkout/src/test/ui/const-eval/issue-43197.rs:22:26\n |\nLL | println!(\"{} {}\", X, Y);\n | ^ referenced constant has errors\n\n"} ---
Which starts with ant evaluation error
ant evaluation error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In rust-lang/rust#49779 (comment) the output contains
Which starts with
ant evaluation error
The text was updated successfully, but these errors were encountered: