Skip to content

repr ignores paths of enums #8897

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

Closed
thestinger opened this issue Aug 31, 2013 · 2 comments
Closed

repr ignores paths of enums #8897

thestinger opened this issue Aug 31, 2013 · 2 comments

Comments

@thestinger
Copy link
Contributor

To be a more useful debugging tool, it should print out the full path.

strcat | rusti: pub mod Foo { pub enum Bar { Baz } } enum Bar { Baz } (Baz, Foo::Baz)
    -- | Notice(rusti): (Baz, Baz)
@huonw
Copy link
Member

huonw commented Feb 23, 2014

No change.

@thestinger
Copy link
Contributor Author

Reflection has been removed.

flip1995 pushed a commit to flip1995/rust that referenced this issue Jun 4, 2022
Introduce `allow-dbg-in-tests` config value

related to: Issue rust-lang#8758,  PR rust-lang/rust-clippy#8838

changelog: Introduced `allow-dbg-in-tests` config value. [dbg_macro] does not allow `dbg!` in test code by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants