Skip to content

debuginfo: Make limited-debuginfo test case more robust against GDB output variations. #12895

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

Merged
merged 1 commit into from
Mar 15, 2014

Conversation

michaelwoerister
Copy link
Member

Very minor modification of just one test case. Fixes #12787.

bors added a commit that referenced this pull request Mar 15, 2014
…xcrichton

Very minor modification of just one test case. Fixes #12787.
@bors bors closed this Mar 15, 2014
@bors bors merged commit de03900 into rust-lang:master Mar 15, 2014
@michaelwoerister michaelwoerister deleted the limited-debuginfo branch July 9, 2014 07:50
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Aug 2, 2022
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Jan 28, 2025
fixes rust-lang#12895

detects usage of `once_cell::sync::Lazy` and `lazy_static!`,
recommending usage of `std::sync::LazyLock` instead

Many thanks to @J-ZhengLi for putting in most of the work in rust-lang#12968

----

changelog: new lint [`non_std_lazy_statics`]
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spurious failure in debug-info/limited-debuginfo.rs with newer gdb (7.7).
3 participants