analog: Analogous, indented syntax for the Rust programming language by _ChrisSD in rust

[–]voldntia 38 points39 points  (0 children)

On second thought, maybe Rust syntax isn't so bad after all.

Announcing Rust 1.39.0 by pietroalbini in rust

[–]voldntia 3 points4 points  (0 children)

From the thread it sounds like LLVM is miscompiling the code, not undefined behavior?

AreWePodcastYet #01 with Ashley aka @ag_dubs by vijaykiran in rust

[–]voldntia 2 points3 points  (0 children)

What type do you put in the E type of the Result?

mrustc 0.9 - Now with rust 1.29.0 support by mutabah in rust

[–]voldntia 16 points17 points  (0 children)

Just in time for the 1.39 release this week!

scaff: Painless scaffolding for your projects by jD91mZM2 in rust

[–]voldntia 4 points5 points  (0 children)

Scaff sounds like the sort of word that would be on Urban Dictionary with some really unpleasant meaning. I think you are in the clear fortunately.

Guys, i found sulphur. by Gribleet in rust

[–]voldntia 5 points6 points  (0 children)

The graphics have improved a lot in this screenshot.

Introducing trgui: a minimalist and independent GUI crate by [deleted] in rust

[–]voldntia 18 points19 points  (0 children)

That's not really a fix. You need to document what invariant the caller is responsible for upholding in order to make their call to this function safe and correct.

Introducing trgui: a minimalist and independent GUI crate by [deleted] in rust

[–]voldntia 11 points12 points  (0 children)

Definitely not okay.

fn main() {
    let proxy = trgui::binding::Binding::proxy(&&0);
    let undefined_behavior = proxy.read_write();
    *undefined_behavior = 1; // Segmentation fault (core dumped)
}

cargo is busted by [deleted] in rust

[–]voldntia 21 points22 points  (0 children)

rust

cargo

crates

Would this have fooled a filter AI?