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

nightly: position of error pointer in ui different than current stable (1.39) #3

Open
foresterre opened this issue Nov 9, 2019 · 0 comments
Labels
A-ui Area: changes related specifically to the ui (such as how we report errors to the user) C-bug Category: bug

Comments

@foresterre
Copy link
Owner

test tests/fail/square_brackets.rs ... mismatch

EXPECTED:
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
error: expected curly braces
 --> $DIR/square_brackets.rs:3:21
  |
3 | #[parameterized(v = [1, 2, 3])]
  |                     ^^^^^^^^^
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈

ACTUAL OUTPUT:
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
error: expected curly braces
 --> $DIR/square_brackets.rs:3:21
  |
3 | #[parameterized(v = [1, 2, 3])]
  |                     ^
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈

@foresterre foresterre added A-ui Area: changes related specifically to the ui (such as how we report errors to the user) C-bug Category: bug labels Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ui Area: changes related specifically to the ui (such as how we report errors to the user) C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

1 participant