diff options
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/solve/normalization.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/solve/normalization.md b/src/doc/rustc-dev-guide/src/solve/normalization.md index 857c2729227..99dc20c46b5 100644 --- a/src/doc/rustc-dev-guide/src/solve/normalization.md +++ b/src/doc/rustc-dev-guide/src/solve/normalization.md @@ -1,7 +1,6 @@ # Normalization in the new solver -> **NOTE**: FIXME: The content of this chapter has some been changed quite -significantly since it was written. +> FIXME: Normalization has been changed significantly since this chapter was written. With the new solver we've made some fairly significant changes to normalization when compared to the existing implementation. |
