Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

ices/66930.rs: fixed with no errors #251

Merged
merged 1 commit into from
Jan 11, 2020
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#66930

#![crate_type = "lib"]

static UTF8_CHAR_WIDTH: [u8; 0] = [];

pub fn utf8_char_width(b: u8) -> usize {
    UTF8_CHAR_WIDTH[b as usize] as usize
}
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@JohnTitor
Copy link
Member

I think rust-lang/rust#67501 fixed this ICE.

@JohnTitor JohnTitor merged commit 490fd1f into master Jan 11, 2020
@JohnTitor JohnTitor deleted the autofix/ices/66930.rs branch January 11, 2020 12:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants