]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_trans/trans/debuginfo/mod.rs
Fix the fallout
[rust.git] / src / librustc_trans / trans / debuginfo / mod.rs
index 74510de3f318a772b3af533830ba3363177cfbf1..ee1d834fc8a89efb638a271e2475184e65e21388 100644 (file)
@@ -145,7 +145,7 @@ fn should_be_ignored_message() -> &'static str {
     }
 }
 
-struct FunctionDebugContextData {
+pub struct FunctionDebugContextData {
     scope_map: RefCell<NodeMap<DIScope>>,
     fn_metadata: DISubprogram,
     argument_counter: Cell<usize>,