We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a11509 commit eb5f9feCopy full SHA for eb5f9fe
src/libcore/cast.rs
@@ -28,7 +28,7 @@ use ptr::copy_nonoverlapping_memory;
28
* ```
29
*/
30
#[inline]
31
-pub unsafe fn transmute<L, G>(thing: L) -> G {
+pub unsafe fn transmute<T, U>(thing: T) -> U {
32
intrinsics::transmute(thing)
33
}
34
0 commit comments