coverage: llvm-cov expects column numbers to be bytes, not code points

This commit is contained in:
Zalathar 2023-12-15 14:12:46 +11:00
parent 88f5759ace
commit 6971e9332d
5 changed files with 112 additions and 27 deletions

View file

@ -9,6 +9,7 @@
#![feature(min_specialization)]
#![feature(never_type)]
#![feature(option_get_or_insert_default)]
#![feature(round_char_boundary)]
#![feature(trusted_step)]
#![feature(try_blocks)]
#![feature(yeet_expr)]