Skip to content

Instantly share code, notes, and snippets.

@langston-barrett
Created March 14, 2023 22:45

Revisions

  1. langston-barrett created this gist Mar 14, 2023.
    9 changes: 9 additions & 0 deletions ice.rs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    extern crate alloc as b;

    mod foo {

    mod bar {

    pub(in b::string::String::newy) extern crate alloc as e;
    }
    }