-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Retain Rust code items from mod
decorated with subxt
attribute
#721
Conversation
testing/ui-tests/src/lib.rs
Outdated
@@ -50,4 +50,5 @@ fn ui_tests() { | |||
fn ui_fail() { | |||
let t = trybuild::TestCases::new(); | |||
t.compile_fail("src/incorrect/*.rs"); | |||
t.pass("src/correct/*.rs"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Should we move this to the ui_tests
category? Having it under ui_fail
might be misleading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or just move this one to ui_tests
and keep ui_fall
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, didn't spot the passing cases above; will move it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-authored-by: Andrew Jones <ascjones@gmail.com>
Closes #346