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

Incorrect use of deprecated attribute #148

Closed
estebank opened this issue Dec 27, 2018 · 1 comment
Closed

Incorrect use of deprecated attribute #148

estebank opened this issue Dec 27, 2018 · 1 comment

Comments

@estebank
Copy link

rust-lang/rust#56896 is making the correct use of deprecated mandatory in rustc. We can't apply this as a hard error due to the following use in kiss3d:

[INFO] [stderr] error: expected meta item sequence
[INFO] [stderr]    --> /opt/crater/cargo-home/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/kiss3d-0.17.0/src/window/window.rs:168:5
[INFO] [stderr]     |
[INFO] [stderr] 168 |     #[deprecated = "Use `remove_node` instead."]
[INFO] [stderr]     |     ^^-----------------------------------------^
[INFO] [stderr]     |       |
[INFO] [stderr]     |       help: use the `note` key: `deprecated(note = "Use `remove_node` instead.")`
@sebcrozet
Copy link
Owner

sebcrozet commented Dec 29, 2018

This is now fixed in the version 0.17.1 of kiss3d.

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