| 27 Oct 2025 |
| @multisn8:matrix.org changed their display name from Multi (any) to multisn8 (any). | 20:55:00 |
| 28 Oct 2025 |
| @rasmus:fricloud.dk left the room. | 14:35:52 |
crop | a follow up question to yesterdays question. i use currently stable rust. because i want that every code i write to work on stable. i am only interested in unstable for things like miri and instrumentation (for test code coverage). ... when i choose nightly in my devenv i think there is only a very small chance that my code is treated differently compared to stable right? | 22:03:46 |
@dawnofmidnight:catgirl.cloud | yeah, pretty much. differences in behavior are almost always either a bug (in rust) or a fix (which you'll get in a few weeks on stable, and you probably want) | 22:31:19 |
@dawnofmidnight:catgirl.cloud | * yeah, pretty much. differences in behavior are almost always either a bug (in rust itself) or a fix (which you'll get in a few weeks on stable, and you probably want) | 22:31:39 |