Skip to content

Commit 45f5f8e

Browse files
committed
libcore: Add some visitor-based logging functionality
1 parent 8299f3a commit 45f5f8e

File tree

3 files changed

+583
-2
lines changed

3 files changed

+583
-2
lines changed

src/libcore/core.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export mutable;
6161
export flate;
6262
export unit;
6363
export uniq;
64+
export repr;
6465

6566
// NDM seems to be necessary for resolve to work
6667
export option_iter;
@@ -224,10 +225,9 @@ mod rand;
224225
mod run;
225226
mod sys;
226227
mod unsafe;
227-
228228
mod mutable;
229-
230229
mod flate;
230+
mod repr;
231231

232232
// Modules supporting compiler-generated code
233233
// Exported but not part of the public interface

0 commit comments

Comments
 (0)