Skip to content

Commit

Permalink
servo: Merge #17080 - Update rustc (from jdm:updaterust); r=nox
Browse files Browse the repository at this point in the history
This brings in rust-lang/rust#39160 which significantly improves the default debugging experience on macOS.

Source-Repo: https://github.com/servo/servo
Source-Revision: ad4a5411a9620cee5cd93d5fe1a3dbad02cc0812

UltraBlame original commit: 2b4844f7a38ef8973b937690fc041ca63c496c2f
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent d0c0d18 commit 751b968
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
96 changes: 48 additions & 48 deletions servo/components/profile/mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3865,54 +3865,6 @@ usize
{
None
}
/
/
Like
std
:
:
macros
:
:
try
!
but
for
Option
<
>
.
macro_rules
!
option_try
(
(
e
:
expr
)
=
>
(
match
e
{
Some
(
e
)
=
>
e
None
=
>
return
None
}
)
)
;
#
[
cfg
Expand Down Expand Up @@ -3995,6 +3947,54 @@ io
:
Read
;
/
/
Like
std
:
:
macros
:
:
try
!
but
for
Option
<
>
.
macro_rules
!
option_try
(
(
e
:
expr
)
=
>
(
match
e
{
Some
(
e
)
=
>
e
None
=
>
return
None
}
)
)
;
let
mut
f
Expand Down
2 changes: 1 addition & 1 deletion servo/rust-commit-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e17a1227ac779a181b2839998e26a7e4e434c2a0
03bed655142dd5e42ba4539de53b3663d8a123e0

0 comments on commit 751b968

Please sign in to comment.