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

Warnings displayed about duplicate loop labels #36

Closed
lambda-fairy opened this issue Jun 3, 2016 · 0 comments
Closed

Warnings displayed about duplicate loop labels #36

lambda-fairy opened this issue Jun 3, 2016 · 0 comments
Labels

Comments

@lambda-fairy
Copy link
Owner

lambda-fairy commented Jun 3, 2016

tests/tests.rs:1:1: 1:1 warning: label name `__maud_loop_label` shadows a label name that is already in scope
tests/tests.rs:1 #![feature(plugin)]
                 ^
tests/tests.rs:450:5: 450:17 note: in this expansion of html! (defined in tests/tests.rs)
tests/tests.rs:1:1: 1:1 note: shadowed label `__maud_loop_label` declared here
tests/tests.rs:1 #![feature(plugin)]
                 ^
tests/tests.rs:449:5: 449:17 note: in this expansion of html! (defined in tests/tests.rs)
tests/tests.rs:1:1: 1:1 warning: label name `__maud_loop_label` shadows a label name that is already in scope
tests/tests.rs:1 #![feature(plugin)]
                 ^
tests/tests.rs:483:5: 483:20 note: in this expansion of html! (defined in tests/tests.rs)
tests/tests.rs:1:1: 1:1 note: shadowed label `__maud_loop_label` declared here
tests/tests.rs:1 #![feature(plugin)]
                 ^
tests/tests.rs:482:5: 482:20 note: in this expansion of html! (defined in tests/tests.rs)

Probably related to rust-lang/rust#21633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant