Announcing Rust 1.35.0
blog.rust-lang.org
Announcing Rust 1.35.0
1–10 of 111 posts
Re: Announcing Rust 1.35.0
#2This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
Re: Announcing Rust 1.35.0
#3> Fn* closure traits implemented for Box This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
Re: Announcing Rust 1.35.0
#4> Fn* closure traits implemented for Box This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
Your comment was also confusing until I reached your parenthetical, because `+` is used for separating trait bounds :)
Edit: the parent comment was replying to an earlier version of my comment, in which I used + because I didn't know that * could be kind-of escaped by putting a space after it
Re: Announcing Rust 1.35.0
#5> Fn* closure traits implemented for Box This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
*mut fn(T, ...) -> URe: Announcing Rust 1.35.0
#6> Fn* closure traits implemented for Box This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
Use four spaces at the
beginning of the line *Re: Announcing Rust 1.35.0
#7> Fn* closure traits implemented for Box This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
Re: Announcing Rust 1.35.0
#8> Fn* closure traits implemented for Box This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
> Fn* closure traits implemented for Box
This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
Re: Announcing Rust 1.35.0
#9> Fn* closure traits implemented for Box This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
Use four spaces at the beginning of the line *
Re: Announcing Rust 1.35.0
#10> Fn* closure traits implemented for Box This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!
Well, there is always: *mut fn(T, ...) -> U