diff options
author | Péter Gömöri <[email protected]> | 2018-11-19 02:39:00 +0100 |
---|---|---|
committer | Péter Gömöri <[email protected]> | 2018-11-19 02:39:00 +0100 |
commit | d6322be9aa1f42609c80083ea68eb1dd710f4466 (patch) | |
tree | 8fdb66dd40d350578f4eba66757efc6ecf870558 /lib/et/info | |
parent | 5503d96504a89b1b00a78f7e7d12e79be553b215 (diff) | |
download | otp-d6322be9aa1f42609c80083ea68eb1dd710f4466.tar.gz otp-d6322be9aa1f42609c80083ea68eb1dd710f4466.tar.bz2 otp-d6322be9aa1f42609c80083ea68eb1dd710f4466.zip |
Fix remote-call error in ms_transform
Before this patch the following call resulted in the below error
```
1> dbg:fun2ms(fun(_) -> m:f() end).
Error: Unknown error code {122,m,f}
```
Now it is properly formatted as
```
1> dbg:fun2ms(fun(_) -> m:f() end).
Error: fun containing the remote function call 'm:f/0' (called in body) cannot be translated into match_spec
```
Diffstat (limited to 'lib/et/info')
0 files changed, 0 insertions, 0 deletions