mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Make use of ThinArc
in RawAttrs
This commit is contained in:
parent
928d847cc2
commit
0036762b9d
2 changed files with 79 additions and 59 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue