]> git.lizzy.rs Git - rust.git/commit
Merge #3969
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 15 Apr 2020 08:55:44 +0000 (08:55 +0000)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 08:55:44 +0000 (08:55 +0000)
commit923efa72bd41456f196f1f85b5b5216c92ee9b6c
tree71891cd35239d92474bbe5c0635dbea44ba3953c
parent61cb87e50629f510c8a1231102ba66ded524bec2
parent1231418f31c7b52cdff428fd73a11f6a9755d4b6
Merge #3969

3969: Change add_function assist to use todo!() instead of unimplemented!() r=matklad a=TimoFreiberg

In the spirit of #3935

Co-authored-by: Timo Freiberg <timo.freiberg@gmail.com>