Matthias Krüger
6ae0414122
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
2022-08-11 22:53:06 +02:00
..
2022-07-10 23:57:25 -05:00
2022-08-03 12:17:23 +02:00
2022-08-10 17:22:58 +02:00
2022-08-11 22:53:06 +02:00
2022-08-11 22:53:05 +02:00
2022-08-10 03:45:42 +00:00
2022-08-11 22:53:06 +02:00
2022-07-31 16:02:45 +04:00
2022-08-10 03:45:42 +00:00
2022-08-10 18:34:54 +02:00
2022-08-08 09:04:26 -04:00
2022-07-28 09:08:47 +00:00
2022-07-31 17:36:42 +05:30
2022-08-11 22:52:59 +02:00
2022-08-11 22:47:05 +05:30
2022-07-29 12:48:28 +02:00
2022-08-02 01:08:50 +01:00
2022-07-21 13:09:01 +02:00
2022-08-04 09:28:59 +08:00
2022-08-10 07:21:33 +02:00
2022-08-10 03:45:42 +00:00
2022-08-09 17:34:50 +05:30
2022-08-10 11:51:21 +10:00
2022-07-17 04:58:38 +00:00
2022-08-01 21:39:26 +02:00
2022-07-31 21:40:21 +00:00
2022-08-09 12:54:32 +02:00
2022-07-31 23:39:38 +02:00
2022-08-01 08:53:04 +10:00
2022-08-10 18:34:54 +02:00
2022-08-03 12:17:23 +02:00
2022-08-04 11:31:57 -04:00
2022-08-02 21:07:01 +03:00
2022-08-09 11:02:41 -07:00
2022-08-11 22:47:05 +05:30
2022-08-11 22:46:57 +05:30
2022-08-01 17:08:19 +02:00
2022-08-11 22:46:59 +05:30
2022-07-30 15:59:17 -05:00
2022-08-11 22:53:06 +02:00
2022-08-04 20:43:35 +09:00
2022-08-11 22:47:06 +05:30
2022-08-05 16:44:01 +00:00
2022-07-30 15:59:17 -05:00
2022-07-29 22:11:23 +02:00
2022-08-11 22:47:03 +05:30
2022-08-01 21:38:45 +02:00
2022-07-17 07:05:58 -07:00
2022-07-31 23:39:40 +02:00
2022-08-09 17:34:50 +05:30
2022-07-24 01:22:36 +00:00
2022-08-11 22:52:59 +02:00
2022-08-11 10:47:48 +00:00
2022-08-04 22:25:04 +02:00
2022-08-02 14:44:23 +00:00
2022-08-03 01:02:46 -04:00
2022-07-22 17:00:49 +02:00
2022-08-11 22:47:03 +05:30