Skip to content

Commit

Permalink
turbopack-core: ResolvedVc<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 28, 2024
1 parent 21a5fb4 commit c82527a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-core/src/diagnostics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ where
#[derive(Debug)]
#[turbo_tasks::value]
pub struct CapturedDiagnostics {
pub diagnostics: auto_hash_map::AutoSet<Vc<Box<dyn Diagnostic>>>,
pub diagnostics: auto_hash_map::AutoSet<ResolvedVc<Box<dyn Diagnostic>>>,

Check failure on line 114 in turbopack/crates/turbopack-core/src/diagnostics/mod.rs

View workflow job for this annotation

GitHub Actions / stable - x86_64-unknown-linux-gnu - node@16

cannot find type `ResolvedVc` in this scope

Check failure on line 114 in turbopack/crates/turbopack-core/src/diagnostics/mod.rs

View workflow job for this annotation

GitHub Actions / rust check / build

cannot find type `ResolvedVc` in this scope

Check failure on line 114 in turbopack/crates/turbopack-core/src/diagnostics/mod.rs

View workflow job for this annotation

GitHub Actions / rustdoc check / build

cannot find type `ResolvedVc` in this scope

Check failure on line 114 in turbopack/crates/turbopack-core/src/diagnostics/mod.rs

View workflow job for this annotation

GitHub Actions / build / build

cannot find type `ResolvedVc` in this scope

Check failure on line 114 in turbopack/crates/turbopack-core/src/diagnostics/mod.rs

View workflow job for this annotation

GitHub Actions / build-native / build

cannot find type `ResolvedVc` in this scope

Check failure on line 114 in turbopack/crates/turbopack-core/src/diagnostics/mod.rs

View workflow job for this annotation

GitHub Actions / test unit (20) / build

cannot find type `ResolvedVc` in this scope

Check failure on line 114 in turbopack/crates/turbopack-core/src/diagnostics/mod.rs

View workflow job for this annotation

GitHub Actions / test unit (18) / build

cannot find type `ResolvedVc` in this scope

Check failure on line 114 in turbopack/crates/turbopack-core/src/diagnostics/mod.rs

View workflow job for this annotation

GitHub Actions / test cargo unit / build

cannot find type `ResolvedVc` in this scope
}

0 comments on commit c82527a

Please sign in to comment.