-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Move Various str tests in library #76369
Move Various str tests in library #76369
Conversation
This would belong better in rust/library/alloc/tests/string.rs Line 25 in 7d834c8
|
Actually it looks like this is testing string literals themselves, not |
Wait for matklad's opinion I think, this was just a drive-by review :P |
Hi @matklad Please provide your feedback for this PR. |
@bors r+ rollup This looks fine, if there are issues they can be fixed later. |
📌 Commit 7d834c8 has been approved by |
…sts_library, r=jyn514 Move Various str tests in library Moved various string ui tests in library as a part of rust-lang#76268 r? @matklad
Rollup of 10 pull requests Successful merges: - rust-lang#76056 (Add more info for Vec Drain doc) - rust-lang#76062 (Vec slice example fix style and show type elision) - rust-lang#76262 (Use inline(never) instead of cold) - rust-lang#76335 (Make all methods of `Duration` unstably const) - rust-lang#76366 (Add Arith Tests in Library) - rust-lang#76369 (Move Various str tests in library) - rust-lang#76534 (Add doc comments for From impls) - rust-lang#76622 (Update bootstrap readme) - rust-lang#76641 (Some cleanup changes and commenting) - rust-lang#76662 (Fix liballoc test suite for Miri) Failed merges: r? `@ghost`
Moved various string ui tests in library as a part of #76268
r? @matklad