Skip to content

Commit 5a33190

Browse files
committed
---
yaml --- r: 79430 b: refs/heads/snap-stage3 c: 807408b h: refs/heads/master v: v3
1 parent a22143c commit 5a33190

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+568
-731
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: fcf18786b4c37972d9220bfb8bbe6a4875433faf
4+
refs/heads/snap-stage3: 807408b708a11c9a96b2dc4fedd611276273574f
55
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/compiletest/procsrv.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub fn run(lib_path: &str,
6363

6464
Result {
6565
status: output.status,
66-
out: str::from_utf8(output.output),
67-
err: str::from_utf8(output.error)
66+
out: str::from_bytes(output.output),
67+
err: str::from_bytes(output.error)
6868
}
6969
}

branches/snap-stage3/src/etc/emacs/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ marking, press x, and ELPA will install the packages for you (under
6868

6969
* or using <kbd>M-x package-install rust-mode
7070

71-
### Tests via ERT
72-
73-
The file `rust-mode-tests.el` contains tests that can be run via ERT. You can
74-
use `run_rust_emacs_tests.sh` to run them in batch mode, if emacs is somewhere
75-
in your `$PATH`.
76-
7771
### Known bugs
7872

7973
* Combining `global-whitespace-mode` and `rust-mode` is generally glitchy.

branches/snap-stage3/src/etc/emacs/run_rust_emacs_tests.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)