Add warn(unreachable_pub) to rustc_incremental.
This commit is contained in:
@@ -4,7 +4,7 @@ use rustc_macros::{Decodable, Encodable};
|
||||
use rustc_middle::dep_graph::{WorkProduct, WorkProductId};
|
||||
|
||||
#[derive(Debug, Encodable, Decodable)]
|
||||
pub struct SerializedWorkProduct {
|
||||
pub(crate) struct SerializedWorkProduct {
|
||||
/// node that produced the work-product
|
||||
pub id: WorkProductId,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user