From 4d6836f418e35de76ca072092372cbd55b01867a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 24 Jan 2014 11:02:03 -0800 Subject: Fix privacy fallout from previous change --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse/parser.rs') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 557e7e04ebf..7d36d3da561 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -122,7 +122,7 @@ struct PathSegmentAndBoundSet { } /// A path paired with optional type bounds. -struct PathAndBounds { +pub struct PathAndBounds { path: ast::Path, bounds: Option>, } -- cgit 1.4.1-3-g733a5