Skip to content

Commit 48ade7e

Browse files
committed
fix image link
1 parent 7b3d12d commit 48ade7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-12-21-rust-in-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There’s not room in a single post to cover everything that happened, but we’
2828
- You can see how incremental recompilation performs in practice on some of our key benchmarks below. Note that `-opt` refers to optimized builds, “best case” refers to a recompilation with no changes, and `println` refers to a recompilation with a small change, like adding a `println` call to a function body. We expect the 50+% speedups we’re seeing now to continue to grow next year as we push incremental recompilation more deeply through the compiler.
2929
- Together with the changes in the compiler we will also update Cargo to use incremental recompilation by default for select use cases, so you can take advantage of improved compile times without the need for additional configuration. Of course you will also be able to opt into and out of the feature on a case by case basis as you see fit.
3030

31-
![Incremental recompilation benchmarks][/images/2017-12-Retro/incr-bench.png]{:class="center"}
31+
![Incremental recompilation benchmarks](/images/2017-12-Retro/incr-bench.png){:class="center"}
3232

3333
## Rust should provide a solid, but basic IDE experience
3434
- Rust now has solid IDE support in IntelliJ and via the Rust Language Server (RLS). Whether you prefer a fully-featured IDE or a more lightweight editor with IDE features, you can boost your productivity by taking advantage of great Rust integration.

0 commit comments

Comments
 (0)