about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-08-11 22:53:06 +0200
committerGitHub <noreply@github.com>2022-08-11 22:53:06 +0200
commit6ae0414122e40027935ffc90603d8838764134ae (patch)
treeb819120165766b19a51e530662cf0ede1fce4bd4 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parente221aafae6b21275c9727b45a28b02f347bb48e2 (diff)
parentbe5672ecb2f9397bf9280c6a9d72fa0d6014993d (diff)
downloadrust-6ae0414122e40027935ffc90603d8838764134ae.tar.gz
rust-6ae0414122e40027935ffc90603d8838764134ae.zip
Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot
Stringify non-shorthand visibility correctly

This makes `stringify!(pub(in crate))` evaluate to `pub(in crate)` rather than `pub(crate)`, matching the behavior before the `crate` shorthand was removed. Further, this changes `stringify!(pub(in super))` to evaluate to `pub(in super)` rather than the current `pub(super)`. If the latter is not desired (it is _technically_ breaking), it can be undone.

Fixes #99981

`@rustbot` label +C-bug +regression-from-stable-to-beta +T-compiler
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions