Make use of ThinArc in RawAttrs

This commit is contained in:
Lukas Wirth 2024-03-21 11:49:09 +01:00
parent 928d847cc2
commit 0036762b9d
2 changed files with 79 additions and 59 deletions

View file

@ -283,6 +283,10 @@ fn test_disabled_diagnostics() {
#[test]
fn minicore_smoke_test() {
if test_utils::skip_slow_tests() {
return;
}
fn check(minicore: MiniCore) {
let source = minicore.source_code();
let mut config = DiagnosticsConfig::test_sample();