Skip to content

Fix bug in padding unicode, #17105. #17145

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

Merged
merged 1 commit into from
Sep 12, 2014
Merged

Fix bug in padding unicode, #17105. #17145

merged 1 commit into from
Sep 12, 2014

Conversation

ahmedcharles
Copy link
Contributor

No description provided.

@@ -88,6 +88,7 @@ pub fn main() {
// Formatting strings and their arguments
t!(format!("{:s}", "a"), "a");
t!(format!("{:4s}", "a"), "a ");
t!(format!("{:4s}", '☃'), "☃ ");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't there be three spaces instead of 4 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, fixed.

@ahmedcharles
Copy link
Contributor Author

You're welcome.

@bors bors closed this Sep 12, 2014
@bors bors merged commit 5b3c351 into rust-lang:master Sep 12, 2014
@ahmedcharles ahmedcharles deleted the unicode branch September 12, 2014 10:26
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Apr 26, 2024
…ykril

fix: Fix source roots not always being created when necessary

(should) fix rust-lang/rust-analyzer#17071 and fix rust-lang/rust-analyzer#17079
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Apr 27, 2024
…ykril

fix: Fix source roots not always being created when necessary

(should) fix rust-lang/rust-analyzer#17071 and fix rust-lang/rust-analyzer#17079
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

Successfully merging this pull request may close these issues.

3 participants