Created
June 13, 2018 17:30
-
-
Save MaikKlein/42766fdf5f20a82245c81a318d6c3dae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if let Some(def_id) = ty.ty_to_def_id() { | |
println!("{:?}", ty); | |
let table = self.tcx.impl_trait_ref(def_id); | |
println!("{:?}", table); | |
} |
Author
MaikKlein
commented
Jun 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment