Skip to content

Instantly share code, notes, and snippets.

@tema3210
tema3210 / 0000-move-references.md
Created May 5, 2021 11:06
Move refs RFC rev 6.

Summary

Move references are two new kinds of references that are intended to allow moving the value, but not the memory it's stored in. Currently proposes not only references, but also a OwningIterator and DerefMoves traits.

Summary

Move reference is a new kind of references that are intended to allow moving the value, but not the memory it's stored in.

@tema3210
tema3210 / 0000-move-references.md
Created April 25, 2021 14:20
Fourth revision of Move References RFC

Summary

Move reference is a new kind of references that are intended to allow moving the value, but not the memory it's stored in.

@tema3210
tema3210 / 0000-move-references.md
Last active April 22, 2021 22:11
Move references RFC rev 3

Summary

Move reference is a new kind of references that are intended to allow moving the value, but not the memory it's stored in.

Summary

Move reference is a new kind of references that are intended to allow moving the value, but not the memory it's stored in.

= note: /usr/bin/x86_64-w64-mingw32-ld: /home/tema2/Documents/cursach_srv/cursach/target/x86_64-pc-windows-gnu/release/deps/runs_srv-5e15f96f00ef7e73.runs_srv.o3zya13a-cgu.3.rcgu.o:runs_srv.o3zya13a-:(.text+0xf241): undefined reference to `mysql_stmt_bind_param'
/usr/bin/x86_64-w64-mingw32-ld: /home/tema2/Documents/cursach_srv/cursach/target/x86_64-pc-windows-gnu/release/deps/runs_srv-5e15f96f00ef7e73.runs_srv.o3zya13a-cgu.5.rcgu.o:runs_srv.o3zya13a-:(.text+0x9d91): undefined reference to `mysql_stmt_bind_param'
/usr/bin/x86_64-w64-mingw32-ld: /home/tema2/Documents/cursach_srv/cursach/target/x86_64-pc-windows-gnu/release/deps/libdiesel-80315fc396fd1075.rlib(diesel-80315fc396fd1075.diesel.dhyvqlse-cgu.11.rcgu.o):diesel.dhyvqlse-cg:(.text+0x486): undefined reference to `sqlite3_value_text'
/usr/bin/x86_64-w64-mingw32-ld: /home/tema2/Documents/cursach_srv/cursach/target/x86_64-pc-windows-gnu/release/deps/libdiesel-80315fc396fd1075.rlib(diesel-80315fc396fd1075.diesel.dhyvqlse-cgu.1
@tema3210
tema3210 / typeset.md
Last active May 12, 2020 13:36
Typeset Rust proposal

Summary

Typeset is a closed set of types, usable for limiting the generic implementation, description of variadic generics and tuples, producing new types. This is necessary to properly support more complex features.